Commit Graph

34778 Commits (d0d75c402217421b691050857eb3d7af82d0c770)
 

Author SHA1 Message Date
Tom Lane d0d75c4022 Add postgres_fdw contrib module. 13 years ago
Heikki Linnakangas f435cd1d38 Fix pg_dumpall with database names containing = 13 years ago
Heikki Linnakangas 2930c05634 Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. 13 years ago
Heikki Linnakangas 5d6899dbae Fix yet another typo in comment. 13 years ago
Alvaro Herrera a40d09e27f Move ExceptionalCondition back to postgres.h 13 years ago
Alvaro Herrera 187492b6c2 Split pgstat file in smaller pieces 13 years ago
Peter Eisentraut 9475db3a4e Add ALTER ROLE ALL SET command 13 years ago
Bruce Momjian 17f1523932 Warn about initdb using mount-points 13 years ago
Heikki Linnakangas 1bd42cd70a Better fix for "unarchived WAL files get deleted on crash recovery" bug. 13 years ago
Simon Riggs c2f79ba269 Force archive_status of .done for xlogs created by dearchival/replication. 13 years ago
Heikki Linnakangas c9cc7e05c6 Don't delete unarchived WAL files during crash recovery. 13 years ago
Peter Eisentraut 8e6c8da16a pgindent: Fix order in instructions 13 years ago
Tom Lane fdaf44862b Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks. 13 years ago
Bruce Momjian 4765dd7921 pg_upgrade: conditionally create cluster delete script 13 years ago
Bruce Momjian 74205266d4 Fix pg_upgrade log file cleanup code 13 years ago
Peter Eisentraut ff64fd49ce doc: Add make target to produce EPUB from DocBook 13 years ago
Tom Lane 71627f3d19 Fix CVE-2013-0255 properly. 13 years ago
Tom Lane 9728eda792 Fix contrib/pg_trgm's similarity() function for trigram-free strings. 13 years ago
Tom Lane cd89965aab Fix bogus when-to-deregister-from-listener-array logic. 13 years ago
Heikki Linnakangas fdf9e21196 Update visibility map in the second phase of vacuum. 13 years ago
Alvaro Herrera 0e81ddde2c Rename "string" pstrdup argument to "in" 13 years ago
Alvaro Herrera 0f980b0e17 Don't build libpgcommon_srv.a just yet 13 years ago
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
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