Commit Graph

32715 Commits (a030bfa6e41edae8a9a68dc8cef7fc7813f69a0a)
 

Author SHA1 Message Date
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
Tom Lane 6980f817e8 Stop btree indexscans upon reaching nulls in either direction. 14 years ago
Tom Lane 6743a878a4 Support more locale-specific formatting options in cash_out(). 14 years ago
Tom Lane eb5834d5af Further improvement of make_greater_string. 14 years ago
Robert Haas fae54e4a16 Update visibilitymap.c header comments. 14 years ago
Tom Lane 7609239f3e Fix assorted bogosities in cash_in() and cash_out(). 14 years ago
Robert Haas 78d523b633 Improve make_greater_string() with encoding-specific incrementers. 14 years ago
Bruce Momjian 51eba98cf4 Remove pg_upgrade dependency on the 'postgres' database existing in the 14 years ago
Robert Haas 53f1ca59b5 Allow hint bits to be set sooner for temporary and unlogged tables. 14 years ago
Robert Haas b6335a3f1b Demote some sanity checks in BufferIsValid() to assertions. 14 years ago
Robert Haas deb1580324 Remove hard-coded "\connect postgres" from pg_dumpall. 14 years ago
Tom Lane 74812624f2 De-parallelize ecpg build some more. 14 years ago
Robert Haas 9cf12dfd4e Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels. 14 years ago
Robert Haas 6c21105fb4 Change "and and" to "and". 14 years ago
Bruce Momjian 9846dcfb9e Clarify pg_upgrade error message that the 'postgres' database must exist 14 years ago
Tom Lane ece12659cf Update docs to point to the timezone library's new home at IANA. 14 years ago
Bruce Momjian 38f3c7c4dd Update pg_upgrade testing instructions. 14 years ago