Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
Peter Eisentraut 0527a454ec Implement information schema interval_type columns 15 years ago
Alvaro Herrera 0d29c375cc Blind attempt at fixing isolation_tester on Win32 15 years ago
Tom Lane c1d9579dd8 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. 15 years ago
Alvaro Herrera 846af54dd5 Add support for blocked commands in isolationtester 15 years ago
Magnus Hagander fd6913a189 perltidy run over msvc build system 15 years ago
Bruce Momjian afc9635c60 Add C comment that txid_current() assigns an XID if one is not already 15 years ago
Peter Eisentraut 3315020a09 Fix and clarify information schema interval_precision fields 15 years ago
Robert Haas 4240e429d0 Try to acquire relation locks in RangeVarGetRelid. 15 years ago
Tom Lane 9d522cb35d Fix another oversight in logging of changes in postgresql.conf settings. 15 years ago
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 f05c65090a Message style improvements 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
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 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 cab19af9fb Fix psql's counting of script file line numbers during COPY. 15 years ago
Peter Eisentraut 27af66162b Message style tweaks 15 years ago
Peter Eisentraut 6fbc80349f Set user_defined_types.data_type to null 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 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
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