Commit Graph

32163 Commits (89fd72cbf26f5d2e3d86ab19c1ead73ab8fac0fe)
 

Author SHA1 Message Date
Heikki Linnakangas 89fd72cbf2 Introduce a pipe between postmaster and each backend, which can be used to 15 years ago
Heikki Linnakangas 9598afa3b0 Fix one overflow and one signedness error, caused by the patch to calculate 15 years ago
Peter Eisentraut 7544064b15 Add item about Clang support to 9.1 release notes 15 years ago
Peter Eisentraut f05c65090a Message style improvements 15 years ago
Tom Lane c59b8ba6cd Update examples for string-related functions. 15 years ago
Tom Lane 997d5b488a Update 9.1 release notes to reflect commits through today. 15 years ago
Heikki Linnakangas bdaabb9b22 There's a small window wherein a transaction is committed but not yet 15 years ago
Heikki Linnakangas 406d61835b SSI has a race condition, where the order of commit sequence numbers of 15 years ago
Peter Eisentraut d7fb49314d Fix use of unportable %m format 15 years ago
Tom Lane 60a81ad133 Reclassify replication-related GUC variables as "master" and "standby". 15 years ago
Robert Haas 5b2b444f66 Adjust OLDSERXID_MAX_PAGE based on BLCKSZ. 15 years ago
Tom Lane a195e3c34f Finish disabling reduced-lock-levels-for-DDL feature. 15 years ago
Heikki Linnakangas 928408d9e5 Fix a bug with SSI and prepared transactions: 15 years ago
Andrew Dunstan b2e3be41a6 Fix comments over eagerly c&p'd. 15 years ago
Andrew Dunstan c895e775a5 Reimplement pgbison and pgflex as perl scripts instead of bat files. 15 years ago
Tom Lane 14f67192c2 Remove assumptions that not-equals operators cannot be in any opclass. 15 years ago
Robert Haas c7f23494c1 Add \ir command to psql. 15 years ago
Robert Haas 5ac6b76789 Attempt to standardize formatting of psql queries. 15 years ago
Tom Lane 6e6cc5910b Make the file_fdw validator check that a filename option has been provided. 15 years ago
Tom Lane 2e56fa8632 Call FDW validator functions even when the options list is empty. 15 years ago
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