Commit Graph

34247 Commits (93b6d78cf07cc886cd14edacc7d621ef330c513d)
 

Author SHA1 Message Date
Heikki Linnakangas 93b6d78cf0 Add #includes needed on some platforms in the new files. 13 years ago
Heikki Linnakangas d5497b95f3 Split off functions related to timeline history files and XLOG archiving. 13 years ago
Heikki Linnakangas 0899556e92 Fix access past end of string in date parsing. 13 years ago
Bruce Momjian dbdb2172a0 Add C comment that IsBackendPid() is called by external modules, so we 13 years ago
Alvaro Herrera ece26987c2 Remove collations from generic ALTER test 13 years ago
Heikki Linnakangas 2ad881f054 The max shared_buffers value that initdb will choose was raised, update docs. 13 years ago
Tom Lane 0d0aa5d291 Provide some static-assertion functionality on all compilers. 13 years ago
Tom Lane ea473fb2de Add infrastructure for compile-time assertions about variable types. 13 years ago
Peter Eisentraut 26fd82ddf1 psql: Mark table headers in \drds output for translation 13 years ago
Peter Eisentraut 97ec962157 Disable _FORTIFY_SOURCE with ICC 13 years ago
Tom Lane ff75219e9f Fix bugs in "restore.sql" script emitted in pg_dump tar output. 13 years ago
Peter Eisentraut 997fa75d6b Add _FORTIFY_SOURCE to default compiler options for linux template 13 years ago
Peter Eisentraut be0dfbad36 PL/Python: Remove workaround for returning booleans in Python <2.3 13 years ago
Peter Eisentraut db0af74af2 PL/Python: Convert oid to long/int 13 years ago
Alvaro Herrera 811ca1300b Add alternative expected output for alter_generic 13 years ago
Andrew Dunstan 6e9876dc32 Remove checks for now long outdated compilers. 13 years ago
Alvaro Herrera ff7e5b4841 Add alter_generic regression test 13 years ago
Tom Lane 05b555d12b Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 13 years ago
Peter Eisentraut edc9109c42 Produce textual error messages for LDAP issues instead of numeric codes 13 years ago
Tom Lane 70bc583319 Fix btmarkpos/btrestrpos to handle array keys. 13 years ago
Alvaro Herrera ae90ffada4 Have pg_terminate/cancel_backend not ERROR on non-existent processes 13 years ago
Tom Lane 55c1687a97 Run check_keywords.pl anytime gram.c is rebuilt. 13 years ago
Peter Eisentraut 10bfe81dee pg_upgrade test: Disable fsync in initdb and postgres calls 13 years ago
Tom Lane bac95fd474 Make plpgsql's unreserved keywords more unreserved. 13 years ago
Tom Lane fc68ac86b1 Add new EVENT keyword to unreserved_keyword production. 13 years ago
Tom Lane 7d8cbeb0c3 Fix examples of how to use "su" while starting the server. 13 years ago
Heikki Linnakangas 2a0c81a12c Add support for include_dir in config file. 13 years ago
Tom Lane ce9eee39d1 Prevent emitting "ALTER VIEW foo SET ()". 13 years ago
Alvaro Herrera ea7d504998 RELEASE_NOTES: Fix typo 13 years ago
Peter Eisentraut 8a32819a80 Update translation updates instructions 13 years ago
Tom Lane 31510194cc Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch. 13 years ago
Andrew Dunstan fcc1576687 Fix docs typo 13 years ago
Andrew Dunstan 6d12b68cd7 Allow IF NOT EXISTS when add a new enum label. 13 years ago
Tom Lane 11e131854f Improve ruleutils.c's heuristics for dealing with rangetable aliases. 13 years ago
Heikki Linnakangas 7c45e3a3c6 Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format. 13 years ago
Heikki Linnakangas 9d5e9730e5 Fix obsolete comment. 13 years ago
Alvaro Herrera 22c734fcdb Remove execdesc.h inclusion from tcopprot.h 13 years ago
Tom Lane 4394fe3dcb Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 13 years ago
Tom Lane 96cc18eef6 Put back AcceptInvalidationMessages calls in heap_openrv(_extended). 13 years ago
Tom Lane f1f722dacc Update time zone data files to tzdata release 2012f. 13 years ago
Peter Eisentraut 5cfd5bb15b pg_upgrade: Remove check for pg_config 13 years ago
Tom Lane 807a40c551 Fix planning of btree index scans using ScalarArrayOpExpr quals. 13 years ago
Tom Lane 3f828fae62 Fix array_typanalyze to work for domains over arrays. 14 years ago
Peter Eisentraut bcf90cc18b libpq: Add missing directory to installdirs target 14 years ago
Tom Lane 3c64342c86 Provide adequate documentation of the "table_name *" notation. 14 years ago
Peter Eisentraut b2e3bea3af PL/Python: Improve Python 3 regression test setup 14 years ago
Tom Lane 3b8968f252 Rethink heuristics for choosing index quals for parameterized paths. 14 years ago
Simon Riggs 64e196b6ef Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint. 14 years ago
Kevin Grittner 327542645e Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 14 years ago
Tom Lane 2899e3d6e4 Adjust largeobject_1.source per buildfarm. 14 years ago