Commit Graph

31232 Commits (2e2d56fea97f43cf8c40a87143bc10356e4ed4d4)
 

Author SHA1 Message Date
Peter Eisentraut 2e2d56fea9 Information schema views for collation support 15 years ago
Tom Lane 183d3cff85 Rethink order of operations for dumping extension member objects. 15 years ago
Tom Lane 5bc178b89f Implement "ALTER EXTENSION ADD object". 15 years ago
Bruce Momjian 70802e0dbe Remove more SGML tabs. 15 years ago
Bruce Momjian ee4b67fcff Remove tabs in SGML file. 15 years ago
Heikki Linnakangas 036bb15872 Fix allocation of RW-conflict pool in the new predicate lock manager, and 15 years ago
Magnus Hagander 3144c33a2f Implement NOWAIT option for BASE_BACKUP command 15 years ago
Tom Lane 375e5b0a68 Suppress some compiler warnings in recent commits. 15 years ago
Tom Lane 0bc0bd07d4 Fix merge conflict. 15 years ago
Tom Lane d9572c4e3b Core support for "extensions", which are packages of SQL objects. 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Heikki Linnakangas 1703f0e8da Fix typo, by Kevin Grittner. 15 years ago
Simon Riggs 7a7d36ec33 Continue long tradition of bumping the catalog version a little late. 15 years ago
Simon Riggs c016ce7281 Named restore points in recovery. Users can record named points, then 15 years ago
Simon Riggs 8c6e3adbf7 Basic Recovery Control functions for use in Hot Standby. Pause, Resume, 15 years ago
Heikki Linnakangas f9f9d696a9 UINT64_MAX isn't defined on MSVC. 15 years ago
Simon Riggs faa0550572 Remove rare corner case for data loss when triggering standby server. 15 years ago
Simon Riggs 722bf7017b Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. 15 years ago
Heikki Linnakangas 7202ad7b8d Fix copy-pasto in description of pg_serial, and silence compiler warning 15 years ago
Robert Haas 32896c40ca Avoid having autovacuum workers wait for relation locks. 15 years ago
Heikki Linnakangas 47082fa875 Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch. 15 years ago
Heikki Linnakangas dafaa3efb7 Implement genuine serializable isolation level. 15 years ago
Itagaki Takahiro c18f51da17 Fix a comment for MergeAttributes. 15 years ago
Andrew Dunstan c852e95b0b Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm results. 15 years ago
Itagaki Takahiro fb7355e0ce Fix error messages for FreeFile in COPY command. 15 years ago
Bruce Momjian ad76242633 remove tags. 15 years ago
Andrew Dunstan 50d89d422f Force strings passed to and from plperl to be in UTF8 encoding. 15 years ago
Bruce Momjian 5ed45ac09c Adjust libpq docs to be clearer about 'hostaddr' usage by rewording and 15 years ago
Bruce Momjian 97116ca417 Rename macro DECIMAL to DECIMAL_T to help pgindent; this is already 15 years ago
Magnus Hagander cedd6515ba IDENTIFY_SYSTEM now returns 3 fields, not 2 15 years ago
Robert Haas 65377e0b9c Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks. 15 years ago
Bruce Momjian 51dbc87dff Add C comment about why older compilers complain about basebackup.c's 15 years ago
Andrew Dunstan 895ad83d70 Attempt to unbreak MSVC builds after pipe.c move. 15 years ago
Bruce Momjian 8e6ae3d79c Add doc comment that installation.sgml can't use xrefs. 15 years ago
Robert Haas 9e7e1172a5 Clarify comment in ATRewriteTable(). 15 years ago
Robert Haas b1e65c3216 Move pipe.c into the backend. 15 years ago
Bruce Momjian b157a1d555 In docs, move PQrequestCancel() deprecation mention up to match other 15 years ago
Robert Haas 8201aea90c Avoid including postgres.h in frontend compiles of src/port. 15 years ago
Robert Haas edad08ba54 Update ALTER TABLE docs to mention using VACUUM FULL for rewrites. 15 years ago
Robert Haas 6f59a5e5dd Use $(MAKE) rather than make. 15 years ago
Robert Haas 356f2cbbb4 Make handling of errcodes.h more consistent with other generated headers. 15 years ago
Magnus Hagander afb6dee1e3 Attempt to un-break the documentation build again 15 years ago
Robert Haas b87811ee27 Unbreak 'configure' followed immediately by 'make install'. 15 years ago
Magnus Hagander 39fbec73b0 Use single quotes when there are backslashes in the filename 15 years ago
Robert Haas dde9684d65 Unbreak the VPATH build. 15 years ago
Robert Haas b8a0467e10 Preserve copyright notice from old errcodes.h file. 15 years ago
Robert Haas ddfe26f644 Avoid maintaining three separate copies of the error codes list. 15 years ago
Robert Haas 7212c77d0c ALTER TABLE sometimes takes only ShareUpdateExclusiveLock. 15 years ago
Bruce Momjian df63aac678 In docs, PL is Procedural Language, not Programming Language. 15 years ago
Bruce Momjian 35b0a6b205 Simplify code used in is_absolute_path() macro; also add comment about 15 years ago