Commit Graph

29676 Commits (a836abe9f6934b51a0f92cb50c8514cd6f14c8b6)
 

Author SHA1 Message Date
Tom Lane a836abe9f6 Modify error context callback functions to not assume that they can fetch 16 years ago
Tom Lane 865b29540e Fix oversight in btpo.xact patch; it was in fact installing garbage 16 years ago
Simon Riggs f42ddc4772 Clarify docs about database parameter in streaming replication primary_conninfo. 16 years ago
Simon Riggs 6a771d1d36 Add connection messages for streaming replication. log_connections 16 years ago
Simon Riggs 75867c528d Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is 16 years ago
Simon Riggs aa36bd2039 Update XLOG_PAGE_MAGIC to recognise WAL format changes. 16 years ago
Simon Riggs 3cdafe40e7 Adjust comment in .history file to match recovery target specified. Comment 16 years ago
Simon Riggs 5c73ae17d1 Reset btpo.xact following recovery of btree delete page. Add btpo_xact 16 years ago
Peter Eisentraut 2827516394 Also print the libpq error message when lo_create or lo_open fails 16 years ago
Peter Eisentraut a401226bd8 Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL 16 years ago
Peter Eisentraut ab5694e80d Message style tuning 16 years ago
Bruce Momjian d154a857ba Mention way to get commit details for release notes. 16 years ago
Tom Lane 5f6285616d Fix missing parentheses for current_query(), per bug #5378. 16 years ago
Peter Eisentraut 12c2f2f66c Use data-type specific conversion functions also in plpy.execute 16 years ago
Heikki Linnakangas c21ac0b58e Add restartpoint_command option to recovery.conf. Fix bug in %r handling 16 years ago
Simon Riggs 6407fa996a Add vacuum_defer_cleanup_age to postgresql.conf.sample. 16 years ago
Peter Eisentraut 7e8a60b7c5 Don't link PL/Python against LOCALMODLIBS 16 years ago
Peter Eisentraut c92e2702f1 Message style tuning 16 years ago
Peter Eisentraut 2fb605ec76 Fix peculiar, untranslatable message concatenation attempt 16 years ago
Peter Eisentraut b2640888d9 Make typography consistent 16 years ago
Magnus Hagander ad8f6fec3b Typo fixes. 16 years ago
Peter Eisentraut a95e51962d Update broken and permanently moved links 16 years ago
Tom Lane 93324355eb Pass incompletely-transformed aggregate argument lists as separate parameters 16 years ago
Tom Lane f248e11f70 Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt. 16 years ago
Simon Riggs 0131088f18 Fix typo in streaming replication protocol docs. 16 years ago
Simon Riggs ce701c1e73 Fix typo in math function docs, spotted by Heikki. 16 years ago
Heikki Linnakangas a383c55a1d Throw a nicer error message if a standby server attempts to connect while 16 years ago
Simon Riggs bd11a0f67f Document that trig functions accept/return values in radians. 16 years ago
Simon Riggs 1a163a0c68 Remove incorrect comment from GetWriteRecPtr(): the return value is always 16 years ago
Tom Lane 324505af01 Update oidjoins regression test for 9.0. 16 years ago
Peter Eisentraut 66cac8feab Add some more structure and bits of information to PL/Python documentation 16 years ago
Bruce Momjian 54aaef8642 Revert all keepalive moves, reevaluate. 16 years ago
Bruce Momjian 3f10d21ecd Move more tcp keepalive macros to be consistent. 16 years ago
Bruce Momjian 45d9d90c83 Move TCP keepalive macro definition 16 years ago
Bruce Momjian a6c1cea2b7 Add libpq warning message if the .pgpass-retrieved password fails. 16 years ago
Peter Eisentraut 8b2ae44dc8 Update shared memory configuration information for Linux 16 years ago
Bruce Momjian 5473df9eb7 Document what user name email symbols are supported by tsearch. 16 years ago
Bruce Momjian 89b0095ebd Allow underscores in tsearch email addressses, per RFC 5322 and report 16 years ago
Bruce Momjian 66b82c20d9 Small adjustment by pgindent. 16 years ago
Bruce Momjian c24b2ef217 Re-add comma, oops. 16 years ago
Tom Lane 52e2b33a55 Add some logging code for unexpected cases in pgstat.c, particularly being 16 years ago
Tom Lane d75f7a01bf Fix a commented-out block of code that pgindent didn't understand 16 years ago
Bruce Momjian cb08f6b688 Remove unnecessary comma in documentation. 16 years ago
Tom Lane 1f44a313bd Add missing reset of need_initialization in reloptions code. 16 years ago
Tom Lane 924d6ed437 Modify psql's \d printout to fold exclusion constraints in with regular 16 years ago
Tom Lane f4898c945f Sync timezone code with tzcode 2010c from the Olson group. This fixes some 16 years ago
Heikki Linnakangas e0f9e2b648 Fix bug in KnownAssignedXidsMany(). I saw this when looking at the 16 years ago
Heikki Linnakangas daaeac88aa Fix comment which was apparently copy-pasted from another function. 16 years ago
Tom Lane e6555b436e Simplify a couple of pg_dump and psql \d queries about index constraints 16 years ago
Tom Lane 4df5c6c719 Update comment for pg_constraint.conindid to mention that it's used for 16 years ago