Commit Graph

21951 Commits (77bb65d3fcdd2b588cec4b94af05e3d3f30e80cc)
 

Author SHA1 Message Date
Tom Lane 782eefc580 Create a standard function pg_sleep() to sleep for a specified amount of time. 20 years ago
Neil Conway fb627b76cc Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 20 years ago
Neil Conway 762bcbdba2 Remove a confusing pair of parentheses. 20 years ago
Tom Lane 399437acec Improve error messages for missing-FROM-entry cases, as per recent discussion. 20 years ago
Neil Conway 8ea91ba18e Minor code clarity improvement: AFAICS, estate.eval_econtext must be 20 years ago
Tom Lane ce8fd39e15 Improve patternsel() by applying the operator itself to each value 20 years ago
Andrew Dunstan ad24b8e6ee remove unneeded defines for uid_t and gid_t, which conflict with perl's typedefs. 20 years ago
Neil Conway c08c8529e7 In PLy_function_build_args(), the code loops repeatedly, constructing 20 years ago
Bruce Momjian 42ff6a04d8 Done: 20 years ago
Tom Lane e4a6bd224c Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 20 years ago
Peter Eisentraut 894829a32c Change allow_system_table_mods to PGC_POSTMASTER, restoring previous 20 years ago
Neil Conway 6c8d838079 Minor code cleanup for PL/Python: fixup some strangely formatted comments, 20 years ago
Andrew Dunstan 9bb76d0b3f Rationalise perl header inclusions via a common include file, which also 20 years ago
Tom Lane 2645cb54cb Fix the assert_enabled issue properly. This eliminates the former ABI 20 years ago
Tom Lane cbf39930d6 Recent patch broke guc.c for non-USE_ASSERT_CHECKING case. Per 20 years ago
Tom Lane edfbd0744a Avoid leaking memory while reading toasted entries from pg_rewrite, 20 years ago
Neil Conway 44b928e876 Add a new system view, pg_prepared_statements, that can be used to 20 years ago
Tom Lane afa8f1971a Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 20 years ago
Tom Lane e58a944700 Add comment explaining why RelationOpenSmgr() call is not needed. 20 years ago
Tom Lane 7eb5428199 During CatCacheRemoveCList, we must now remove any members that are 20 years ago
Tom Lane 0a8510e0f8 Fix failure to apply domain constraints to a NULL constant that's added to 20 years ago
Bruce Momjian 38e75d9275 Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. 20 years ago
Tom Lane 615d99feb4 Release-note updates and copy editing. 20 years ago
Tom Lane a7812eb4be Fix Windows-only postmaster code to reject a connection request and continue, 20 years ago
Tom Lane bf7faa7c8f Fix broken markup. 20 years ago
Tom Lane 2d0475e480 Convert Assert checking for empty page into a regular test and elog. 20 years ago
Tom Lane 304160c3e2 Fix ReadBuffer() to correctly handle the case where it's trying to extend 20 years ago
Bruce Momjian 6d41b144e9 Add: 20 years ago
Bruce Momjian 9a47ad1d20 Add logging control TODO.detail. 20 years ago
Bruce Momjian db6cb1a9a9 Update: 20 years ago
Bruce Momjian ac9e14d064 Update wording: 20 years ago
Bruce Momjian e7893db5cf Update wording: 20 years ago
Bruce Momjian 1b736817d0 Add: 20 years ago
Bruce Momjian 33cd2706ad Update x86 Solaris documenation ideas. 20 years ago
Bruce Momjian 449c8af127 Add compile flags sample. 20 years ago
Bruce Momjian 04236bb296 New pgcrypto item wording. 20 years ago
Bruce Momjian 3002492fc7 Update item: 20 years ago
Bruce Momjian 8b2b1d87f8 Wording improvements. 20 years ago
Bruce Momjian 1c59af06db Improve markup. 20 years ago
Peter Eisentraut 86c23a6eb2 Make all command-line options of postmaster and postgres the same. See 20 years ago
Bruce Momjian 4e1712ea54 Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7.3.X. 20 years ago
Bruce Momjian 0dc43870ae Update version number. 20 years ago
Bruce Momjian 9be5beb918 Done: 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian 6f84b2da75 Remove QNX file. 20 years ago
Bruce Momjian a1675649e4 Remove QNX port. 20 years ago
Tom Lane 349f40b2c2 Rearrange backend startup sequence so that ShmemIndexLock can become 20 years ago
Tom Lane e0078ea22d Fix another case in which autovacuum would fail while analyzing 20 years ago
Tom Lane 507e07e277 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Joe Conway 925952603d When the remote query result has a different number of columns 20 years ago