Commit Graph

32731 Commits (bbb6e559c4ea0fb4c346beda76736451dc24eb4e)
 

Author SHA1 Message Date
Robert Haas bbb6e559c4 Make VACUUM avoid waiting for a cleanup lock, where possible. 14 years ago
Robert Haas bd2396988a Minor grammar improvements. 14 years ago
Tom Lane ced3a93ccb Fix assorted bugs in contrib/unaccent's configuration file parsing. 14 years ago
Heikki Linnakangas ffc703a891 Fix timestamp range subdiff functions, when using float datetimes. 14 years ago
Tom Lane f62be400c0 On second thought, we'd better just drop these tests altogether. 14 years ago
Tom Lane 362f731dde Un-break horology regression test. 14 years ago
Heikki Linnakangas 780571cc9f Oops, forgot to fix the catversion when I committed the range types patch. 14 years ago
Magnus Hagander 3a6e4076b7 Update regression tests for \d+ modification 14 years ago
Magnus Hagander ebcadba29f Show statistics target for columns in \d+ on a table 14 years ago
Magnus Hagander 6f81a1f668 Make psql \d on a sequence show the table/column owning it 14 years ago
Tom Lane 039680affb Don't assume that a tuple's header size is unchanged during toasting. 14 years ago
Peter Eisentraut 27ef415a71 Fix archive_command example 14 years ago
Peter Eisentraut 39b2d9ffb0 Add note about using GNU tar warning options for base backups 14 years ago
Magnus Hagander 6187df1532 Add missing space in comment 14 years ago
Robert Haas b76c61f1e8 Silence bogus compiler warning. 14 years ago
Robert Haas c9f48b572c Check the return value of getcwd(), instead of assuming success. 14 years ago
Simon Riggs a030bfa6e4 Move user functions related to WAL into xlogfuncs.c 14 years ago
Alvaro Herrera e145891c98 Unbreak isolationtester on Win32 14 years ago
Tom Lane e3e3087d87 Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Tom Lane a0d2f05a0d Improve comments for TSLexeme data structure. 14 years ago
Tom Lane 515e813543 Fix inline_set_returning_function() to allow multiple OUT parameters. 14 years ago
Andrew Dunstan f66c8252ab Role membership of superusers is only by explicit membership for HBA. 14 years ago
Bruce Momjian 84b8fcaa92 Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to more 14 years ago
Alvaro Herrera 7ed3605675 Implement a dry-run mode for isolationtester 14 years ago
Andrew Dunstan 94cd0f1ad8 Do not treat a superuser as a member of every role for HBA purposes. 14 years ago
Magnus Hagander 3b06105c7d Properly close replication connection in pg_receivexlog 14 years ago
Magnus Hagander e7cc8437bb Pre-pad WAL files when streaming transaction log 14 years ago
Heikki Linnakangas 4429f6a9e3 Support range data types. 14 years ago
Simon Riggs 4334289186 Improve docs for timing and skipping of checkpoints 14 years ago
Tom Lane 7e3bf99baa Fix handling of PlaceHolderVars in nestloop parameter management. 14 years ago
Tom Lane 1a77f8b63d Avoid scanning nulls at the beginning of a btree index scan. 14 years ago
Tom Lane 882368e854 Fix btree stop-at-nulls logic properly. 14 years ago
Simon Riggs 750f70b0fe Update more comments about checkpoints being done by bgwriter 14 years ago
Simon Riggs 18fb9d8d21 Reduce checkpoints and WAL traffic on low activity database server 14 years ago
Simon Riggs 9aceb6ab3c Refactor xlog.c to create src/backend/postmaster/startup.c 14 years ago
Simon Riggs 86e3364899 Derive oldestActiveXid at correct time for Hot Standby. 14 years ago
Simon Riggs 10b7c686e5 Start Hot Standby faster when initial snapshot is incomplete. 14 years ago
Simon Riggs 2296e62a32 Remove spurious entry from missed catch while patch juggling 14 years ago
Simon Riggs f8409b39d1 Fix timing of Startup CLOG and MultiXact during Hot Standby 14 years ago
Robert Haas c2891b46a4 Initialize myProcLocks queues just once, at postmaster startup. 14 years ago
Tom Lane 391af9f784 Preserve Var location information during flatten_join_alias_vars. 14 years ago
Tom Lane 08e261cbc9 Fix race condition with toast table access from a stale syscache entry. 14 years ago
Peter Eisentraut 654e1f96b0 Clean up whitespace and indentation in parser and scanner files 14 years ago
Simon Riggs f3ebaad45b Comment changes to show bgwriter no longer performs checkpoints. 14 years ago
Simon Riggs 3ba182056f Have checkpointer send stats once each processing loop. 14 years ago
Bruce Momjian 09d1174e5a Update pg_upgrade comment on missing 'postgres' database. 14 years ago
Simon Riggs bf405ba8e4 Add new file for checkpointer.c 14 years ago
Bruce Momjian a50d860ae1 Allow pg_upgrade to upgrade an old cluster that doesn't have a 14 years ago
Simon Riggs 806a2aee37 Split work of bgwriter between 2 processes: bgwriter and checkpointer. 14 years ago
Magnus Hagander 589adb86ee Document that multiple LDAP servers can be specified 14 years ago