Commit Graph

32396 Commits (ef007e67022bf7f2367aa10fd226d6fb86b6fb9c)
 

Author SHA1 Message Date
Tom Lane eb0ae9700d Fix typo in dummy_seclabel documentation. 14 years ago
Tom Lane e1e1b52c05 Don't mark auto-generated types as extension members. 14 years ago
Tom Lane dbd35a972f Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian ecd9de637b Modify up/home macro to match standard parameter list; fixes doc build. 14 years ago
Tom Lane 66a28adbc5 Improve documentation of psql's \q command. 14 years ago
Bruce Momjian e0448c0c51 Add Up/Home link to the top of the HTML doc output. 14 years ago
Bruce Momjian 35db9d0ab8 Document that not backing up postmaster.pid and postmaster.opts might 14 years ago
Robert Haas 262d7f8bac Improve documentation of how to fiddle with SCSI drives on FreeBSD. 14 years ago
Robert Haas bc397244c8 Fix typo in docs for libpq keepalives_count option. 14 years ago
Robert Haas a726951c51 Revert accidental change to pg_config_manual.h. 14 years ago
Heikki Linnakangas ad885e2677 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 14 years ago
Robert Haas 1ae092ae14 Add missing space. 14 years ago
Magnus Hagander 5df22bba64 Ensure walsenders can be SIGTERMed while in non-walsender code 14 years ago
Robert Haas 5308abfd89 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane 3d332c8f38 Improve and simplify CREATE EXTENSION's management of GUC variables. 14 years ago
Tom Lane 99576e01a1 Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. 14 years ago
Tom Lane b733331d0f ProcedureCreate neglected to record dependencies on default expressions. 14 years ago
Bruce Momjian 96a263f885 Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly 14 years ago
Tom Lane 0c2c2495ad Fix index matching for operators with mixed collatable/noncollatable inputs. 14 years ago
Bruce Momjian 2e9633c362 In pg_upgrade, because toast table names can be mismatched with the heap 14 years ago
Tom Lane 39be695772 Take sepgsql regression tests out of the regular regression test mechanism. 14 years ago
Tom Lane 1679e9fedd Fix window functions that sort by expressions involving aggregates. 14 years ago
Tom Lane be64ba6230 Un-break compression of plain-text output format in pg_dump. 14 years ago
Magnus Hagander 3f75cecfbb Fix typo 14 years ago
Magnus Hagander 2b250fb077 Note that sslmode=require verifies the CA if root cert is present 14 years ago
Tom Lane c7f144b643 Fix our mapping of Windows timezones for Central America. 14 years ago
Simon Riggs 8ab067da91 synchronous_commit is an enum not a boolean. 14 years ago
Tom Lane 8da4007a4d Stamp 9.1.1. 14 years ago
Tom Lane 7f70f35031 Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. 14 years ago
Peter Eisentraut f992679318 Translation updates 14 years ago
Robert Haas c67bba9925 Fix another bit of unlogged-table-induced breakage. 14 years ago
Tom Lane c47e629498 Suppress "unused function" warning when not HAVE_LOCALE_T. 14 years ago
Tom Lane 226bc87c2d Improve reporting of newlocale() failures in CREATE COLLATION. 14 years ago
Tom Lane e5b86c93b6 Avoid unnecessary page-level SSI lock check in heap_insert(). 14 years ago
Tom Lane 57d3dc2035 gistendscan() forgot to free so->giststate. 14 years ago
Heikki Linnakangas f6950429da Teach the makefile used to build stand-alone libpq on Windows that libpq 14 years ago
Heikki Linnakangas 7334135310 In the manual section on primary_conninfo, recommend using a role with 14 years ago
Tom Lane 663bee0d5c deflist_to_tuplestore dumped core on an option with no value. 14 years ago
Tom Lane 1f43001424 Stamp 9.1.0. 14 years ago
Peter Eisentraut bd6db68f71 Translation updates for 9.1.0 14 years ago
Peter Eisentraut ba7ef09a3b Add missing format argument to ecpg_log() call 14 years ago
Tom Lane c7d60312fb One last round of copy-editing for the 9.1 release notes. 14 years ago
Tom Lane 5df20a6e4f Fix corner case bug in numeric to_char(). 14 years ago
Bruce Momjian 60765d86c3 Allow bcc32 and win32 batch files to compile libpq. 14 years ago
Bruce Momjian 8cdd62068d In pg_upgrade, disallow migration of 8.3 clusters using contrib/ltree 14 years ago
Tom Lane 673dfe9690 Fix typo in error message. 14 years ago
Tom Lane 9039813241 Fix get_name_for_var_field() to deal with RECORD Params. 14 years ago
Bruce Momjian d5d94e1601 Revert documentation patch about NEW/OLD and triggers. 14 years ago
Bruce Momjian e4d59f3536 Properly document the existance of OLD/NEW trigger pl/pgsql trigger 14 years ago
Bruce Momjian 6117526b5b Fix spelling mistake in pgpass documentation change. 14 years ago