2011-11-03 |
Heikki Linnakangas | Support range data types. |
commit | commitdiff | tree |
2011-11-03 |
Simon Riggs | Improve docs for timing and skipping of checkpoints |
commit | commitdiff | tree |
2011-11-03 |
Tom Lane | Fix handling of PlaceHolderVars in nestloop parameter... |
commit | commitdiff | tree |
2011-11-02 |
Tom Lane | Avoid scanning nulls at the beginning of a btree index... |
commit | commitdiff | tree |
2011-11-02 |
Tom Lane | Fix btree stop-at-nulls logic properly. |
commit | commitdiff | tree |
2011-11-02 |
Simon Riggs | Update more comments about checkpoints being done by... |
commit | commitdiff | tree |
2011-11-02 |
Simon Riggs | Reduce checkpoints and WAL traffic on low activity... |
commit | commitdiff | tree |
2011-11-02 |
Simon Riggs | Refactor xlog.c to create src/backend/postmaster/startup.c |
commit | commitdiff | tree |
2011-11-02 |
Simon Riggs | Derive oldestActiveXid at correct time for Hot Standby. |
commit | commitdiff | tree |
2011-11-02 |
Simon Riggs | Start Hot Standby faster when initial snapshot is incom... |
commit | commitdiff | tree |
2011-11-02 |
Simon Riggs | Remove spurious entry from missed catch while patch... |
commit | commitdiff | tree |
2011-11-02 |
Simon Riggs | Fix timing of Startup CLOG and MultiXact during Hot... |
commit | commitdiff | tree |
2011-11-02 |
Robert Haas | Initialize myProcLocks queues just once, at postmaster... |
commit | commitdiff | tree |
2011-11-02 |
Tom Lane | Preserve Var location information during flatten_join_a... |
commit | commitdiff | tree |
2011-11-01 |
Tom Lane | Fix race condition with toast table access from a stale... |
commit | commitdiff | tree |
2011-11-01 |
Peter Eisentraut | Clean up whitespace and indentation in parser and scann... |
commit | commitdiff | tree |
2011-11-01 |
Simon Riggs | Comment changes to show bgwriter no longer performs... |
commit | commitdiff | tree |
2011-11-01 |
Simon Riggs | Have checkpointer send stats once each processing loop. |
commit | commitdiff | tree |
2011-11-01 |
Bruce Momjian | Update pg_upgrade comment on missing 'postgres' database. |
commit | commitdiff | tree |
2011-11-01 |
Simon Riggs | Add new file for checkpointer.c |
commit | commitdiff | tree |
2011-11-01 |
Bruce Momjian | Allow pg_upgrade to upgrade an old cluster that doesn... |
commit | commitdiff | tree |
2011-11-01 |
Simon Riggs | Split work of bgwriter between 2 processes: bgwriter... |
commit | commitdiff | tree |
2011-11-01 |
Magnus Hagander | Document that multiple LDAP servers can be specified |
commit | commitdiff | tree |
2011-10-31 |
Tom Lane | Stop btree indexscans upon reaching nulls in either... |
commit | commitdiff | tree |
2011-10-30 |
Tom Lane | Support more locale-specific formatting options in... |
commit | commitdiff | tree |
2011-10-30 |
Tom Lane | Further improvement of make_greater_string. |
commit | commitdiff | tree |
2011-10-29 |
Robert Haas | Update visibilitymap.c header comments. |
commit | commitdiff | tree |
2011-10-29 |
Tom Lane | Fix assorted bogosities in cash_in() and cash_out(). |
commit | commitdiff | tree |
2011-10-29 |
Robert Haas | Improve make_greater_string() with encoding-specific... |
commit | commitdiff | tree |
2011-10-29 |
Bruce Momjian | Remove pg_upgrade dependency on the 'postgres' database... |
commit | commitdiff | tree |
2011-10-28 |
Robert Haas | Allow hint bits to be set sooner for temporary and... |
commit | commitdiff | tree |
2011-10-28 |
Robert Haas | Demote some sanity checks in BufferIsValid() to assertions. |
commit | commitdiff | tree |
2011-10-28 |
Robert Haas | Remove hard-coded "\connect postgres" from pg_dumpall. |
commit | commitdiff | tree |
2011-10-28 |
Tom Lane | De-parallelize ecpg build some more. |
commit | commitdiff | tree |
2011-10-28 |
Robert Haas | Clarify that ORDER BY/FOR UPDATE can't malfunction... |
commit | commitdiff | tree |
2011-10-28 |
Robert Haas | Change "and and" to "and". |
commit | commitdiff | tree |
2011-10-28 |
Bruce Momjian | Clarify pg_upgrade error message that the 'postgres... |
commit | commitdiff | tree |
2011-10-28 |
Tom Lane | Update docs to point to the timezone library's new... |
commit | commitdiff | tree |
2011-10-28 |
Bruce Momjian | Update pg_upgrade testing instructions. |
commit | commitdiff | tree |
2011-10-27 |
Heikki Linnakangas | Fix the number of lwlocks needed by the "fast path... |
commit | commitdiff | tree |
2011-10-27 |
Tom Lane | Avoid recursion while processing ELSIF lists in plpgsql. |
commit | commitdiff | tree |
2011-10-27 |
Tom Lane | Add simple script to check for right recursion in Bison... |
commit | commitdiff | tree |
2011-10-26 |
Tom Lane | Typo fixes. |
commit | commitdiff | tree |
2011-10-26 |
Tom Lane | Improve planner's ability to recognize cases where... |
commit | commitdiff | tree |
2011-10-26 |
Bruce Momjian | Fix pg_bsd_indent bug where newlines were not being... |
commit | commitdiff | tree |
2011-10-26 |
Magnus Hagander | Implement streaming xlog for backup tools |
commit | commitdiff | tree |
2011-10-26 |
Magnus Hagander | MingW doesn't support wcstombs_s()... |
commit | commitdiff | tree |
2011-10-26 |
Tom Lane | Change FK trigger naming convention to fix self-referen... |
commit | commitdiff | tree |
2011-10-26 |
Tom Lane | Change FK trigger creation order to better support... |
commit | commitdiff | tree |
2011-10-25 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
2011-10-25 |
Magnus Hagander | Make event_source visible on all platforms |
commit | commitdiff | tree |
2011-10-25 |
Magnus Hagander | Remove argument decoration that appears unsupported... |
commit | commitdiff | tree |
2011-10-25 |
Magnus Hagander | Support configurable eventlog application names on... |
commit | commitdiff | tree |
2011-10-25 |
Alvaro Herrera | Add debugging aid in isolationtester |
commit | commitdiff | tree |
2011-10-24 |
Magnus Hagander | Make TABLE tab complation in psql include all relations |
commit | commitdiff | tree |
2011-10-23 |
Tom Lane | Make psql support tab completion of EXECUTE <prepared... |
commit | commitdiff | tree |
2011-10-23 |
Tom Lane | Improve git_changelog's handling of inconsistent commit... |
commit | commitdiff | tree |
2011-10-23 |
Tom Lane | Don't trust deferred-unique indexes for join removal. |
commit | commitdiff | tree |
2011-10-22 |
Tom Lane | Support synchronization of snapshots through an export... |
commit | commitdiff | tree |
2011-10-22 |
Heikki Linnakangas | Fix overly-complicated usage of errcode_for_file_access(). |
commit | commitdiff | tree |
2011-10-21 |
Tom Lane | Code review for pgstat_get_crashed_backend_activity... |
commit | commitdiff | tree |
2011-10-21 |
Tom Lane | More cleanup after failed reduced-lock-levels-for-DDL... |
commit | commitdiff | tree |
2011-10-21 |
Robert Haas | Try to log current the query string when a backend... |
commit | commitdiff | tree |
2011-10-21 |
Robert Haas | Fix DROP OPERATOR FAMILY IF EXISTS. |
commit | commitdiff | tree |
2011-10-20 |
Tom Lane | Simplify and improve ProcessStandbyHSFeedbackMessage... |
commit | commitdiff | tree |
2011-10-20 |
Tom Lane | Rewrite tab completion's previous-word fetching for... |
commit | commitdiff | tree |
2011-10-20 |
Robert Haas | Fix get_object_namespace() not to think extensions... |
commit | commitdiff | tree |
2011-10-20 |
Robert Haas | Add "skipping" to the NOTICE produced by DROP OPERATOR... |
commit | commitdiff | tree |
2011-10-20 |
Robert Haas | Remove a few of the new DROP-IF-EXISTS regression tests. |
commit | commitdiff | tree |
2011-10-20 |
Robert Haas | Consolidate DROP handling for some object types. |
commit | commitdiff | tree |
2011-10-20 |
Robert Haas | Add some more regression tests for DROP IF EXISTS. |
commit | commitdiff | tree |
2011-10-19 |
Robert Haas | Document that postopts is excluded from base backups |
commit | commitdiff | tree |
2011-10-19 |
Tom Lane | Suppress remaining -Waddress warnings from recent gcc... |
commit | commitdiff | tree |
2011-10-19 |
Tom Lane | Suppress -Wunused-result warnings about write() and... |
commit | commitdiff | tree |
2011-10-19 |
Robert Haas | Make the CHECKPOINT reference page more clear. |
commit | commitdiff | tree |
2011-10-19 |
Tom Lane | Reject empty pg_hba.conf files. |
commit | commitdiff | tree |
2011-10-18 |
Tom Lane | Remove unnecessary AssertMacro() to suppress gcc 4... |
commit | commitdiff | tree |
2011-10-18 |
Tom Lane | Fix pg_dump to dump casts between auto-generated types. |
commit | commitdiff | tree |
2011-10-18 |
Magnus Hagander | Exclude postmaster.opts from base backups |
commit | commitdiff | tree |
2011-10-16 |
Tom Lane | Avoid assuming that index-only scan data matches the... |
commit | commitdiff | tree |
2011-10-16 |
Tom Lane | Fix collate.linux.utf8 expected output for recent error... |
commit | commitdiff | tree |
2011-10-16 |
Tom Lane | Teach btree to handle ScalarArrayOpExpr quals natively. |
commit | commitdiff | tree |
2011-10-15 |
Tom Lane | Marginal improvements to documentation of plpgsql's... |
commit | commitdiff | tree |
2011-10-15 |
Bruce Momjian | Document that is the psql version number, not the serve... |
commit | commitdiff | tree |
2011-10-15 |
Bruce Momjian | Improve doc wording of drop table permission. |
commit | commitdiff | tree |
2011-10-15 |
Bruce Momjian | Allow a major PG version psql .psqlrc file to be used... |
commit | commitdiff | tree |
2011-10-15 |
Tom Lane | Fix bugs in information_schema.referential_constraints... |
commit | commitdiff | tree |
2011-10-14 |
Tom Lane | Measure the number of all-visible pages for use in... |
commit | commitdiff | tree |
2011-10-14 |
Robert Haas | Dump all roles first, then all config settings on roles. |
commit | commitdiff | tree |
2011-10-14 |
Robert Haas | Avoid potential relcache leak in objectaddress.c. |
commit | commitdiff | tree |
2011-10-14 |
Bruce Momjian | Document actual string that has to be returned by the... |
commit | commitdiff | tree |
2011-10-13 |
Bruce Momjian | Remove all "traces" of trace_userlocks, because userloc... |
commit | commitdiff | tree |
2011-10-13 |
Tom Lane | Fix up Perl-to-Postgres datatype conversions in pl... |
commit | commitdiff | tree |
2011-10-13 |
Bruce Momjian | Update documentation about ts_rank(). |
commit | commitdiff | tree |
2011-10-13 |
Bruce Momjian | Have pg_ctl return an exit status of 3 if the server... |
commit | commitdiff | tree |
2011-10-13 |
Tom Lane | Fix typo in dummy_seclabel documentation. |
commit | commitdiff | tree |
2011-10-13 |
Bruce Momjian | Document who can drop a table (owner and user with... |
commit | commitdiff | tree |
2011-10-13 |
Bruce Momjian | Remove tab in sgml file. |
commit | commitdiff | tree |
2011-10-12 |
Tom Lane | Don't mark auto-generated types as extension members. |
commit | commitdiff | tree |
2011-10-12 |
Bruce Momjian | Document how to accent Alvaro Herrera in the release... |
commit | commitdiff | tree |
next |