Commit Graph

32396 Commits (ef007e67022bf7f2367aa10fd226d6fb86b6fb9c)
 

Author SHA1 Message Date
Tom Lane 590ceed6f2 Avoid floating-point underflow while tracking buffer allocation rate. 14 years ago
Bruce Momjian 663e27c405 Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 379aa2f5a4 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Michael Meskes 165fd3947a Applied Zoltan's patch to correctly align interval and timestamp data in ecpg's sqlda. 14 years ago
Robert Haas 43eeaefeea Don't elide blank lines when accumulating psql command history. 14 years ago
Michael Meskes 8fad10a575 Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling. 14 years ago
Tom Lane 37fb0170b7 In plpgsql, allow foreign tables to define row types. 14 years ago
Tom Lane 07d5205582 Throw nice error if server is too old to support psql's \ef or \sf command. 14 years ago
Robert Haas 91e8cb61a5 Correct documentation for trace_userlocks. 14 years ago
Tom Lane febda37fda Avoid platform-dependent infinite loop in pg_dump. 14 years ago
Peter Eisentraut 37e66e75d8 Fix server header file installation with vpath builds 14 years ago
Bruce Momjian 0b6a1e8a16 Document that PQexec() can handle a NULL res pointer just fine. 14 years ago
Peter Eisentraut 7e2c42c74c Only install the extension files for the current Python major version 14 years ago
Tom Lane 2e16d61ddb Fix random discrepancies between parallel_schedule and serial_schedule. 14 years ago
Tom Lane 7097e6c4a4 Wrap appendrel member outputs in PlaceHolderVars in additional cases. 14 years ago
Heikki Linnakangas b1c701c909 Make DatumGetInetP() unpack inet datums with a 1-byte header, and add 14 years ago
Peter Eisentraut 97c3d4853b -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS 14 years ago
Tom Lane 27864da6b1 Fix assorted bugs in contrib/unaccent's configuration file parsing. 14 years ago
Tom Lane 8bfc2b5a80 Don't assume that a tuple's header size is unchanged during toasting. 14 years ago
Peter Eisentraut 97d5b21c86 Fix archive_command example 14 years ago
Tom Lane 92375ed2bd Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Tom Lane 1819a375f1 Fix inline_set_returning_function() to allow multiple OUT parameters. 14 years ago
Tom Lane e4e60e7b61 Fix handling of PlaceHolderVars in nestloop parameter management. 14 years ago
Tom Lane 5cd7b68242 Revert "Stop btree indexscans upon reaching nulls in either direction." 14 years ago
Simon Riggs bf70bf4c71 Derive oldestActiveXid at correct time for Hot Standby. 14 years ago
Simon Riggs 93b915b3d1 Start Hot Standby faster when initial snapshot is incomplete. 14 years ago
Simon Riggs 9e5fe4d492 Fix timing of Startup CLOG and MultiXact during Hot Standby 14 years ago
Tom Lane 5e4dd5f63b Fix race condition with toast table access from a stale syscache entry. 14 years ago
Magnus Hagander 864c38c59e Document that multiple LDAP servers can be specified 14 years ago
Tom Lane 048fffed55 Stop btree indexscans upon reaching nulls in either direction. 14 years ago
Tom Lane 6cd309bf6a Fix assorted bogosities in cash_in() and cash_out(). 14 years ago
Robert Haas af0cc0f42d Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels. 14 years ago
Robert Haas e489c000d9 Change "and and" to "and". 14 years ago
Tom Lane ce6fb7b8e1 Update docs to point to the timezone library's new home at IANA. 14 years ago
Tom Lane 8be47f79d3 Typo fixes. 14 years ago
Tom Lane 8a1689d38b Change FK trigger creation order to better support self-referential FKs. 14 years ago
Magnus Hagander 4911a27457 Fix typo 14 years ago
Tom Lane 18661c67e9 Don't trust deferred-unique indexes for join removal. 14 years ago
Heikki Linnakangas 8e8ac0894b Fix overly-complicated usage of errcode_for_file_access(). 14 years ago
Tom Lane dff178f801 More cleanup after failed reduced-lock-levels-for-DDL feature. 14 years ago
Robert Haas 5c5138f2f8 Fix DROP OPERATOR FAMILY IF EXISTS. 14 years ago
Tom Lane d1d094e4cf Simplify and improve ProcessStandbyHSFeedbackMessage logic. 14 years ago
Tom Lane 790fa1fdd8 Fix memory leak in tab completion. 14 years ago
Robert Haas 13a867825a Document that postmaster.opts is excluded from base backups 14 years ago
Tom Lane 35d6ce97e7 Fix pg_dump to dump casts between auto-generated types. 14 years ago
Magnus Hagander 8c1501b292 Exclude postmaster.opts from base backups 14 years ago
Tom Lane 1004f4bb87 Fix collate.linux.utf8 expected output for recent error message change. 14 years ago
Tom Lane 0134608f60 Fix bugs in information_schema.referential_constraints view. 14 years ago
Tom Lane 7c64c9f6b7 Fix up Perl-to-Postgres datatype conversions in pl/perl. 14 years ago
Bruce Momjian a6c96534f0 Update documentation about ts_rank(). 14 years ago