Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Tom Lane 4977c2b31b Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Bruce Momjian 4a651c9705 Update EXPLAIN wording for GEQO usage. 20 years ago
Tom Lane 517056bd08 Fix thinko in autovacuum's test to skip temp tables: want to skip any 20 years ago
Bruce Momjian 936433ba53 Doc patch that adds an example of a correllated UPDATE. 20 years ago
Bruce Momjian b148ce8a4a Clarify STABLE function documentation to highlight how such functions 20 years ago
Tom Lane 337cc41236 Add some test scaffolding to allow cache-flush stress testing (and I do 20 years ago
Bruce Momjian 36cdb24f31 Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. 20 years ago
Bruce Momjian 128cd9df38 Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. 20 years ago
Tom Lane ab2cd7266b Avoid crashing if relcache flush occurs while trying to load data into an 20 years ago
Bruce Momjian b5dc7165fe Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, 20 years ago
Tom Lane 7618330c6d It turns out that TablespaceCreateDbspace fails badly if a relcache flush 20 years ago
Tom Lane 49a263011a Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). 20 years ago
Bruce Momjian 2e2c4f424f Clarify use of btree indexes for ILIKE and ~*. 20 years ago
Tom Lane 0bfd90ff32 Modify pgstats code to reduce performance penalties from oversized stats data 20 years ago
Tom Lane 9e72b3c2c5 Fix fsync code to test whether F_FULLFSYNC is available, instead of 20 years ago
Tom Lane 7b3d9367b4 Repair problems with the result of lookup_rowtype_tupdesc() possibly being 20 years ago
Neil Conway afe91cae6c When using GCC on AMD64 and PPC, ECPGget_variable() takes a va_list *, not 20 years ago
Peter Eisentraut 5032245807 Fix pg_ctl crash on "unregister" when a data directory is not specified. 20 years ago
Neil Conway 5dc3d1b0be We neglected to apply domain constraints on UNKNOWN parameters to 20 years ago
Tom Lane a933c4e59e Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 20 years ago
Tom Lane e2c60a2cfe Use a more bulletproof test for whether finite() and isinf() are present. 20 years ago
Tom Lane 34b0ac6ada Remove extraneous backslash from 'fixseq.sql' example --- mea culpa 20 years ago
Tom Lane db55a807de Improve error messages for missing-FROM-entry cases, as per recent discussion. 20 years ago
Neil Conway e838df6ff8 In PLy_function_build_args(), the code loops repeatedly, constructing 20 years ago
Tom Lane d3934a3f38 Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 20 years ago
Andrew Dunstan ed47146f1e Stop perl from hijacking stdio and other stuff on Windows. 20 years ago
Tom Lane e1926aa91e Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we try to 20 years ago
Tom Lane c66f4ec569 During CatCacheRemoveCList, we must now remove any members that are 20 years ago
Tom Lane 4b1f09d5bd Fix failure to apply domain constraints to a NULL constant that's added to 20 years ago
Tom Lane 68f4ed462a Release-note updates and copy editing. 20 years ago
Tom Lane c628930966 Fix Windows-only postmaster code to reject a connection request and continue, 20 years ago
Tom Lane 9395f4911a Convert Assert checking for empty page into a regular test and elog. 20 years ago
Tom Lane cf3c9c14c3 Fix ReadBuffer() to correctly handle the case where it's trying to extend 20 years ago
Bruce Momjian ffc7186004 New pgcrypto item wording. 20 years ago
Bruce Momjian 61180e80d4 Wording improvements. 20 years ago
Bruce Momjian 045de2d865 Improve markup. 20 years ago
Peter Eisentraut 3e62f08e9a Translation update 20 years ago
Bruce Momjian e0f1f8ad0b Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7.3.X. 20 years ago
Bruce Momjian f54a68d24a Stamp release 8.1.2. 20 years ago
Tom Lane e9bb12d5ab Arrange to set the LC_XXX environment variables to match our locale setup. 20 years ago
Tom Lane f336613438 Fix another case in which autovacuum would fail while analyzing 20 years ago
Tom Lane f5b50af291 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Joe Conway 17903a7375 When the remote query result has a different number of columns 20 years ago
Tom Lane 54b84d4838 Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, 20 years ago
Tom Lane 495be39266 Add checks to verify that a plpgsql function returning a rowtype is actually 20 years ago
Tom Lane a61ca095a9 Reset flex state in a way that works for both flex 2.5.4 and 2.5.31. 20 years ago
Tom Lane 7833a8870c Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per report 20 years ago
Neil Conway 49d3d5dc17 Remove DOS line endings ("\r\n") from several .po files. DOS line endings 20 years ago
Tom Lane fff24e9b47 Repair EXPLAIN failure when trying to display a plan condition that involves 20 years ago
Neil Conway ff48fb9579 Index: src/pl/plpython/plpython.c 20 years ago