Commit Graph

34755 Commits (0cb1fac3b19f01025b63d2cdceabb8767185da28)
 

Author SHA1 Message Date
Peter Eisentraut 0cb1fac3b1 Add noreturn attributes to some error reporting functions 13 years ago
Heikki Linnakangas 62401db45c Support unlogged GiST index. 13 years ago
Heikki Linnakangas b669f416ce Fix checkpoint after fast promotion. 13 years ago
Heikki Linnakangas 7803e9327d Include previous TLI in end-of-recovery and shutdown checkpoint records. 13 years ago
Tom Lane c352ea2d74 Further cleanup of gistsplit.c. 13 years ago
Tom Lane db3d7e9f0d Remove useless picksplit-doesn't-support-secondary-split log spam. 13 years ago
Tom Lane dacc185f52 Remove vestigial secondary-split support in gist_box_picksplit(). 13 years ago
Tom Lane 0fd0f3688b Document and clean up gistsplit.c. 13 years ago
Tom Lane a187c96d26 Reduce log level of picksplit-doesn't-support-secondary-split whining. 13 years ago
Tom Lane 3a1f8cdfa9 Add an example of attaching a default value to an updatable view. 13 years ago
Peter Eisentraut 0343a59d11 psql: Improve unaligned expanded output for zero rows 13 years ago
Peter Eisentraut 8ade58a4ea psql: Improve expanded print output in tuples-only mode 13 years ago
Tom Lane c61e26ee3e Add support for ALTER RULE ... RENAME TO. 13 years ago
Tom Lane f806c191a3 Simplify box_overlap computations. 13 years ago
Tom Lane 3c29b196b0 Fix gist_box_same and gist_point_consistent to handle fuzziness correctly. 13 years ago
Alvaro Herrera 381d4b70a9 Clean up c.h / postgres.h after Assert() move 13 years ago
Alvaro Herrera 5766228bc6 Fix Xmax freeze conditions 13 years ago
Tom Lane 335c5e9206 doc: Fix mistakes in the most recent set of release notes. 13 years ago
Magnus Hagander c572bfaf39 Fix another typo in a comment 13 years ago
Peter Eisentraut cf4d67e819 Exclude access/rmgrlist.h from cpluspluscheck 13 years ago
Peter Eisentraut 4760142146 scripts: Add build prerequisite on libpgport 13 years ago
Magnus Hagander 733701d274 Fix typo in comment 13 years ago
Peter Eisentraut 858ef718ba doc: Rewrite how to get the source code 13 years ago
Tom Lane bcc6c4c291 Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF). 13 years ago
Tom Lane 9221f9d485 Make contrib/btree_gist's GiST penalty function a bit saner. 13 years ago
Tom Lane 94f565dcf1 Fix erroneous range-union logic for varlena types in contrib/btree_gist. 13 years ago
Tom Lane 166d534fcd Repair bugs in GiST page splitting code for multi-column indexes. 13 years ago
Tom Lane c5aad8dc14 Fix possible failure to send final transaction counts to stats collector. 13 years ago
Simon Riggs 072521b8c8 Rely only on checkpoint 1 at end of recovery. 13 years ago
Andrew Dunstan e1c1e21732 Enable building with Microsoft Visual Studio 2012. 13 years ago
Alvaro Herrera 5a1cd89f8f Split out list of XLog resource managers 13 years ago
Alvaro Herrera cb9b66d31a Improve error message wording 13 years ago
Tom Lane ab0f7b6089 Prevent execution of enum_recv() from SQL. 13 years ago
Tom Lane 318db6b2a0 Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23. 13 years ago
Simon Riggs f480e29449 Reset vacuum_defer_cleanup_age to PGC_SIGHUP. 13 years ago
Simon Riggs bd56e74127 Reset master xmin when hot_standby_feedback disabled. 13 years ago
Tom Lane 62e666400d Perform line wrapping and indenting by default in ruleutils.c. 13 years ago
Peter Eisentraut 330ed4ac6c PL/Python: Add result object str handler 13 years ago
Tom Lane d2d153fdb0 Create a psql command \gset to store query results into psql variables. 13 years ago
Tom Lane 101d6ae755 Prevent "\g filename" from affecting subsequent commands after an error. 13 years ago
Simon Riggs 84725aa5ef Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. 13 years ago
Bruce Momjian e8ae019661 Adjust COPY FREEZE error message to be more accurate and consistent. 13 years ago
Peter Eisentraut f4987049ef doc: Tiny whitespace fix 13 years ago
Alvaro Herrera e1d25de35a Move Assert() definitions to c.h 13 years ago
Alvaro Herrera dd1569da67 Fix typo in freeze_table_age implementation 13 years ago
Alvaro Herrera 9ee00ef4c7 Fill tuple before HeapSatisfiesHOTAndKeyUpdate 13 years ago
Peter Eisentraut 5839052693 Add CREATE RECURSIVE VIEW syntax 13 years ago
Peter Eisentraut b1980f6d03 PL/Tcl: Fix compiler warnings with Tcl 8.6 13 years ago
Alvaro Herrera b78647a0e6 Restrict infomask bits to set on multixacts 13 years ago
Alvaro Herrera 77a3082fc5 pgrowlocks: fix bogus lock strength output 13 years ago