Commit Graph

34263 Commits (1f91c8ca1d2edc66c688ee719eded79ecd0e8f1b)
 

Author SHA1 Message Date
Tom Lane 1f91c8ca1d Avoid planner crash/Assert failure with joins to unflattened subqueries. 13 years ago
Alvaro Herrera fe3b5eb08a REASSIGN OWNED: consider grants on tablespaces, too 13 years ago
Heikki Linnakangas e1be1df51f Add --sampling-rate option to pgbench. 13 years ago
Heikki Linnakangas 7ae1815961 Return the number of rows processed when COPY is executed through SPI. 13 years ago
Heikki Linnakangas bc1229c832 Fix two bugs introduced in the xlog.c split. 13 years ago
Peter Eisentraut 6bd176095b Improve some LDAP authentication error messages 13 years ago
Bruce Momjian ce75457949 In pg_upgrade, use full path name for analyze_new_cluster.sh script. 13 years ago
Tom Lane 09ac603c36 Work around unportable behavior of malloc(0) and realloc(NULL, 0). 13 years ago
Alvaro Herrera 2164f9a125 Refactor "ALTER some-obj SET SCHEMA" implementation 13 years ago
Tom Lane a563d94180 Standardize naming of malloc/realloc/strdup wrapper functions. 13 years ago
Heikki Linnakangas 779f80b75d Fix typo in previous warning-silencing patch. 13 years ago
Bruce Momjian 8a7598091a In pg_upgrade, improve error reporting when the number of relation 13 years ago
Bruce Momjian ac96b851ec Adjust pg_upgrade query so toast tables related to system catalog schema 13 years ago
Bruce Momjian b61837a49f In pg_upgrade, try to convert the locale names to canonical form before 13 years ago
Heikki Linnakangas 2a4bbed7b8 Silence compiler warning about pointer type mismatch on some platforms. 13 years ago
Andrew Dunstan 06623df63b Allow a few seconds for Windows to catch up with a directory rename when checking pg_upgrade. 13 years ago
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