Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Neil Conway 485541a3aa Update the expected regression test results to account for the changes to 20 years ago
Neil Conway 0d9742f99a Attached is a patch that replaces a bunch of places where StringInfos 20 years ago
Neil Conway 8e5a10d46c This patch makes the error message strings throughout the backend 20 years ago
Neil Conway e24cea8be5 Fix typo in comment. 20 years ago
Tom Lane 8e68d78390 Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit 20 years ago
Neil Conway 2b8afe6193 Tweak the error message emitted when a void-returning PL/Python function 20 years ago
Neil Conway 87daae1143 Allow PL/Python functions to return void, per gripe from James Robinson 20 years ago
Bruce Momjian 03024ca5a1 Add PG_VERSION_NUM for use by 3rd party applications wanting to test the 20 years ago
Tom Lane d2c555ee53 Teach nodeSort and nodeMaterial to optimize out unnecessary overhead 20 years ago
Tom Lane 2c0ef9777c Extend the ExecInitNode API so that plan nodes receive a set of flag 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Bruce Momjian d46fbef386 Add mention that tid perhaps someday should be output as a record. 20 years ago
Tom Lane 909ca1407c Improve sorting speed by pre-extracting the first sort-key column of 20 years ago
Neil Conway e1f06d8057 Fix a few minor typos in comments in PL/Perl. 20 years ago
Neil Conway 41cba49e95 Implement the <> operator for the tid type. Original patch from Mark 20 years ago
Neil Conway 4d39c6bcf5 Fix typo in comment. 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
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
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
Peter Eisentraut 3228a92ccd &apos; is not valid HTML 4.01, so print the plain character instead. 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
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 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
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 8325be229c Revert because C locale uses "" for thousands_sep, meaning "n/a", while 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
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 04a2b54c09 Revert patch becaues of locking concerns: 20 years ago
Bruce Momjian 10d78c76e9 Update release checlist. 20 years ago