Commit Graph

22035 Commits (0915d370f549e68ec56cf819d0023bb2c237603d)
 

Author SHA1 Message Date
Bruce Momjian 0915d370f5 Remove mention of MIN/MAX() not using indexes. 20 years ago
Bruce Momjian eb8f9cc066 Mention that the archive history file has the wal start/stop file names. 20 years ago
Peter Eisentraut 268c1b6077 The Makefile was invoking perl scripts as ./script.pl. This fails when 20 years ago
Andrew Dunstan 2b695717a7 Make restricted_exec feature for Windows more robust by using the environment 20 years ago
Andrew Dunstan b5fe16d09f make initdb -U username work as advertised; back out bogus patch at rev 1.42 20 years ago
Tom Lane f87d4875e9 Fix vacuumlo to avoid unnecessary use of backslash in search pattern. 20 years ago
Neil Conway 737651f6be Cleanup the usage of ScanDirection: use the symbolic names for the 20 years ago
Tom Lane 3666260ffd Fix old pg_dump oversight: default values for domains really need to be dumped 20 years ago
Tom Lane af49a1634f Adjust probe for getaddrinfo to cope with macro-ized definitions, such 20 years ago
Neil Conway 45594a6859 Fix three Python reference leaks in PLy_traceback(). This would result 20 years ago
Teodor Sigaev dde9457294 Fixing and improve compound word support. This changes cannot be applied to 20 years ago
Tom Lane 21e2544aa7 Update obsolete comment. 20 years ago
Tom Lane b34aa3372f Modify logtape.c so that the initial LogicalTapeSetCreate call only 20 years ago
Tom Lane df700e6b40 Improve tuplesort.c to support variable merge order. The original coding 20 years ago
Neil Conway 85c0eac1af Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is 20 years ago
Neil Conway 8c5dfbabff Minor SGML style police work. 20 years ago
Peter Eisentraut 3228a92ccd ' is not valid HTML 4.01, so print the plain character instead. 20 years ago
Neil Conway ce9b75db6b Patch from Marko Kreen: 20 years ago
Peter Eisentraut 1b658473ea Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean 20 years ago
Neil Conway a6d3b5b944 Mark unescape_single_char() "static": as far as I can see this function 20 years ago
Neil Conway ea9eca2c20 Fix typo in comment. 20 years ago
Peter Eisentraut 15a3c33164 Change MemSet to use long instead of int32, for better performance on 20 years ago
Peter Eisentraut 422998d275 Put the first section of a chapter in its own chunk. 20 years ago
Tom Lane bba11cdd97 Since we only use libld on AIX, don't include it in LIBS on any other 20 years ago
Tom Lane 0ad14ebc8d Repair --single-transaction patch so it handles blobs correctly. 20 years ago
Tom Lane 2d7f694729 Move btbulkdelete's vacuum_delay_point() call to a place in the loop where 20 years ago
Tom Lane 49758f4703 Add some missing vacuum_delay_point calls in GIST vacuuming. 20 years ago
Tom Lane 006320e1d4 AllocSetStats should probably be using unsigned format to show space totals. 20 years ago
Tom Lane e9b978c82b Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake. 20 years ago
Bruce Momjian 99b384b8b6 Document that GRANT on a table does not affect sequence permissions, 20 years ago
Bruce Momjian e93b33754c Document that xact commit/abort stats are collected if any stat variable 20 years ago
Tom Lane 2fc80b9ae6 Add positive defense against trying to connect when the connection 20 years ago
Tom Lane 1cf13e6f36 IMHO, --single-transaction should wrap *all* the commands in BEGIN/COMMIT, 20 years ago
Tom Lane d537e0b41b Improve documentation of --single-transaction option: fix markup, and 20 years ago
Bruce Momjian f5ef3d4379 Place function names in first column for consistency. 20 years ago
Tom Lane 4299a92d3c Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row 20 years ago
Tom Lane 562f63b0a7 Fix build failure when not USE_READLINE. Sergey E. Koposov 20 years ago
Bruce Momjian 589b67d34b Add: 20 years ago
Bruce Momjian 8325be229c Revert because C locale uses "" for thousands_sep, meaning "n/a", while 20 years ago
Tom Lane 47a048f3f3 Update release notes. 20 years ago
Tom Lane 226a980bb0 Fix bug that allowed any logged-in user to SET ROLE to any other database user 20 years ago
Bruce Momjian 2a5180c26e Throw a warning rather than an error on invalid character from UTF8 to 20 years ago
Tom Lane 1ac1526ea0 Fix broken markup. 20 years ago
Bruce Momjian 6e51bcef8e Back out patch pending review. 20 years ago
Bruce Momjian 3e682635e3 > I've now tested this patch at home w/ 8.2HEAD and it seems to fix the 20 years ago
Bruce Momjian 2cb61220eb Support "" for thousands separator and plus sign in to_char(), per 20 years ago
Bruce Momjian 05e27a9c20 Remove LEFT part of JOIN to pg_roles because of optimizer limitation: 20 years ago
Bruce Momjian 7d57a1825f Update README file. 20 years ago
Bruce Momjian 3694e70682 Not done: 20 years ago
Bruce Momjian 04a2b54c09 Revert patch becaues of locking concerns: 20 years ago