Commit Graph

32143 Commits (9a0bdc8db5ceac574a2ae91cdf985499cd7c2b0c)
 

Author SHA1 Message Date
Peter Eisentraut 9a0bdc8db5 Message style improvements of errmsg_internal() calls 15 years ago
Tom Lane 3b3152853a Restructure foreign data wrapper chapter so it has more than one section. 15 years ago
Peter Eisentraut 76dfcb942f Postgres -> PostgreSQL in error message 15 years ago
Tom Lane 52a4255055 Improve documentation about foreign data wrapper validator functions. 15 years ago
Tom Lane cab19af9fb Fix psql's counting of script file line numbers during COPY. 15 years ago
Magnus Hagander cd34647c66 Fix typo in sslmode documentation 15 years ago
Peter Eisentraut 27af66162b Message style tweaks 15 years ago
Peter Eisentraut d479a0f92f Small documentation tweaks 15 years ago
Peter Eisentraut 6fbc80349f Set user_defined_types.data_type to null 15 years ago
Heikki Linnakangas e24662c423 Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. 15 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago
Alvaro Herrera d665162077 Don't try to use a constraint name as domain name 15 years ago
Peter Eisentraut 9f084527a4 Remove unused variable to silence compiler warning 15 years ago
Tom Lane e54ae784e6 Remove missed reference to SilentMode. 15 years ago
Heikki Linnakangas f7ea6beaf4 Remove silent_mode. You get the same functionality with "pg_ctl -l 15 years ago
Simon Riggs f563afd433 Alter test results to comply with new ALTER TABLE behaviour. 15 years ago
Simon Riggs 2c3d9db56d Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases. 15 years ago
Tom Lane 4fa046a39e Fix omissions in documentation of the pg_roles view. 15 years ago
Tom Lane 99e47ed0b2 Put comments on the installable procedural languages. 15 years ago
Robert Haas 5da79169d3 Fix bugs in relpersistence handling during table creation. 15 years ago
Tom Lane acb9198b96 Make distprep and *clean build targets recurse into all subdirectories. 15 years ago
Andrew Dunstan 19b7fac86d Fix bat file quoting of %ENV. 15 years ago
Magnus Hagander 24e2d4b6ba Mark pg_stat_reset_shared as strict 15 years ago
Tom Lane 426cafc46c Suppress compiler warning about potentially uninitialized variable. 15 years ago
Bruce Momjian cc81d9969c In the pg_upgrade docs, move 50432 port mention to the place where we 15 years ago
Bruce Momjian a88f4496b7 Change pg_upgrade to use port 50432 by default to avoid unintended 15 years ago
Alvaro Herrera 897795240c Enable CHECK constraints to be declared NOT VALID 15 years ago
Alvaro Herrera b36927fbe9 Fix outdated comment 15 years ago
Tom Lane a5652d3e05 Restore correct btree preprocessing of "indexedcol IS NULL" conditions. 15 years ago
Heikki Linnakangas cd70dd6bef Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's 15 years ago
Heikki Linnakangas d9fe63acb0 Grab predicate locks on matching tuples in a lossy bitmap heap scan. 15 years ago
Magnus Hagander 79aa44536f Protect pg_stat_reset_shared() against NULL input 15 years ago
Peter Eisentraut 21f1e15aaf Unify spelling of "canceled", "canceling", "cancellation" 15 years ago
Simon Riggs 465883b0a2 Introduce compact WAL record for the common case of commit (non-DDL). 15 years ago
Alvaro Herrera 6f3efa76b0 Remove rel.h from objectaddress.h; only relcache.h is necessary. 15 years ago
Alvaro Herrera e5e2fc842c Modernise pg_hba.conf token processing 15 years ago
Peter Eisentraut 615c384972 Implement the collation columns of various information schema views 15 years ago
Peter Eisentraut 5594d14696 Add composite-type attributes to information_schema.element_types view 15 years ago
Robert Haas c533c1477f Add a missing_ok argument to get_object_address(). 15 years ago
Simon Riggs e1cd66f748 Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error. 15 years ago
Robert Haas 9abbed0629 Allow callers to pass a missing_ok flag when opening a relation. 15 years ago
Robert Haas e16954f3d2 Try again to make the visibility map crash safe. 15 years ago
Robert Haas 66a36ef949 Mention that SSPI authentication can use GSSAPI on non-Windows systems. 15 years ago
Robert Haas 4da99ea423 Avoid having two copies of the HOT-chain search logic. 15 years ago
Peter Eisentraut 8c8745b298 Add some strings that were not marked for translation 15 years ago
Peter Eisentraut 4635d3c527 Remove redundant DEF_PGPORT handling 15 years ago
Peter Eisentraut cc06e4a1aa Add missing file to GETTEXT_FILES 15 years ago
Peter Eisentraut cb5a7bc2dc Add the possibility to pass --flag arguments to xgettext calls 15 years ago
Peter Eisentraut 7a5a843a2a Refactor common gettext triggers 15 years ago
Peter Eisentraut e8e2fba1fe Replace tabs by spaces in makefile comment 15 years ago