Commit Graph

22195 Commits (f18795e7b74c3c67fb65f253562f241f26f405c8)

Author SHA1 Message Date
Tom Lane 14f67192c2 Remove assumptions that not-equals operators cannot be in any opclass. 14 years ago
Robert Haas c7f23494c1 Add \ir command to psql. 14 years ago
Robert Haas 5ac6b76789 Attempt to standardize formatting of psql queries. 14 years ago
Tom Lane 2e56fa8632 Call FDW validator functions even when the options list is empty. 14 years ago
Peter Eisentraut 9a0bdc8db5 Message style improvements of errmsg_internal() calls 14 years ago
Tom Lane cab19af9fb Fix psql's counting of script file line numbers during COPY. 14 years ago
Peter Eisentraut 27af66162b Message style tweaks 14 years ago
Peter Eisentraut 6fbc80349f Set user_defined_types.data_type to null 14 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 14 years ago
Alvaro Herrera d665162077 Don't try to use a constraint name as domain name 14 years ago
Peter Eisentraut 9f084527a4 Remove unused variable to silence compiler warning 14 years ago
Tom Lane e54ae784e6 Remove missed reference to SilentMode. 14 years ago
Heikki Linnakangas f7ea6beaf4 Remove silent_mode. You get the same functionality with "pg_ctl -l 14 years ago
Simon Riggs f563afd433 Alter test results to comply with new ALTER TABLE behaviour. 14 years ago
Simon Riggs 2c3d9db56d Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. 14 years ago
Tom Lane 99e47ed0b2 Put comments on the installable procedural languages. 14 years ago
Robert Haas 5da79169d3 Fix bugs in relpersistence handling during table creation. 14 years ago
Tom Lane acb9198b96 Make distprep and *clean build targets recurse into all subdirectories. 14 years ago
Andrew Dunstan 19b7fac86d Fix bat file quoting of %ENV. 14 years ago
Magnus Hagander 24e2d4b6ba Mark pg_stat_reset_shared as strict 14 years ago
Tom Lane 426cafc46c Suppress compiler warning about potentially uninitialized variable. 14 years ago
Alvaro Herrera 897795240c Enable CHECK constraints to be declared NOT VALID 14 years ago
Alvaro Herrera b36927fbe9 Fix outdated comment 14 years ago
Tom Lane a5652d3e05 Restore correct btree preprocessing of "indexedcol IS NULL" conditions. 14 years ago
Heikki Linnakangas cd70dd6bef Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's 14 years ago
Heikki Linnakangas d9fe63acb0 Grab predicate locks on matching tuples in a lossy bitmap heap scan. 14 years ago
Magnus Hagander 79aa44536f Protect pg_stat_reset_shared() against NULL input 14 years ago
Peter Eisentraut 21f1e15aaf Unify spelling of "canceled", "canceling", "cancellation" 14 years ago
Simon Riggs 465883b0a2 Introduce compact WAL record for the common case of commit (non-DDL). 14 years ago
Alvaro Herrera 6f3efa76b0 Remove rel.h from objectaddress.h; only relcache.h is necessary. 14 years ago
Alvaro Herrera e5e2fc842c Modernise pg_hba.conf token processing 14 years ago
Peter Eisentraut 615c384972 Implement the collation columns of various information schema views 14 years ago
Peter Eisentraut 5594d14696 Add composite-type attributes to information_schema.element_types view 14 years ago
Robert Haas c533c1477f Add a missing_ok argument to get_object_address(). 14 years ago
Simon Riggs e1cd66f748 Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. 14 years ago
Robert Haas 9abbed0629 Allow callers to pass a missing_ok flag when opening a relation. 14 years ago
Robert Haas e16954f3d2 Try again to make the visibility map crash safe. 14 years ago
Robert Haas 4da99ea423 Avoid having two copies of the HOT-chain search logic. 14 years ago
Peter Eisentraut 8c8745b298 Add some strings that were not marked for translation 14 years ago
Peter Eisentraut 4635d3c527 Remove redundant DEF_PGPORT handling 14 years ago
Peter Eisentraut cc06e4a1aa Add missing file to GETTEXT_FILES 14 years ago
Peter Eisentraut cb5a7bc2dc Add the possibility to pass --flag arguments to xgettext calls 14 years ago
Peter Eisentraut 7a5a843a2a Refactor common gettext triggers 14 years ago
Peter Eisentraut e8e2fba1fe Replace tabs by spaces in makefile comment 14 years ago
Peter Eisentraut c6ef139376 Make _ be automatically included in GETTEXT_TRIGGERS 14 years ago
Peter Eisentraut 1b11e239ca Replace := by = in nls.mk files 14 years ago
Peter Eisentraut 314837ec3b Remove some cruft from nls.mk files 14 years ago
Peter Eisentraut d34e142c51 Add information schema views role_udt_grants, udt_privileges, user_defined_types 14 years ago
Tom Lane 223be216af Undo overly enthusiastic de-const-ification. 14 years ago
Tom Lane c6c4177f10 Update alternative expected file for recent sequence test changes. 14 years ago