Commit Graph

25293 Commits (d166eed302400a71eed1aaa301d30be3af7b5715)

Author SHA1 Message Date
Tom Lane d166eed302 Fix indentation of JOIN clauses in rule/view dumps. 12 years ago
Tom Lane 5358bfdc98 Fix uninitialized-variable warnings induced by recent commit. 12 years ago
Heikki Linnakangas 503de54621 Add missing SYSTEMQUOTEs 12 years ago
Peter Eisentraut d0765d50f4 PL/Python: Adjust the regression tests for Python 3.4 12 years ago
Peter Eisentraut 322173eb0a Fix whitespace 12 years ago
Tom Lane 95811032d7 Improve planner to drop constant-NULL inputs of AND/OR where it's legal. 12 years ago
Greg Stark dbe31616c9 Remove unnecessary cast causing a warning 12 years ago
Greg Stark 6513633b94 Add support for wrapping to psql's "extended" mode. This makes it very 12 years ago
Heikki Linnakangas d2722443d9 Fix two bugs in WAL-logging of GIN pending-list pages. 12 years ago
Tom Lane a9baeb361d Can't completely get rid of #ifndef FRONTEND in palloc.h :-( 12 years ago
Tom Lane 5035701e07 Improve generation algorithm for database system identifier. 12 years ago
Tom Lane 528c454b2a Don't #include utils/palloc.h in common/fe_memutils.h. 12 years ago
Tom Lane 39b0c7681e Record the proper typmod for an index expression column. 12 years ago
Tom Lane 4bfc5f1396 Fix off-by-one bug in LWLockRegisterTranche(). 12 years ago
Tom Lane 49137ec9d4 Clean up temp installations after client program tests. 12 years ago
Alvaro Herrera 1a917ae861 Fix race when updating a tuple concurrently locked by another process 12 years ago
Tom Lane d19bd29f07 Reset pg_stat_activity.xact_start during PREPARE TRANSACTION. 12 years ago
Magnus Hagander b2c9b161b8 Properly build pg_recvlogical in the msvc build system 12 years ago
Tom Lane a0f9358149 Fix incorrect pg_proc.proallargtypes entries for two built-in functions. 12 years ago
Tom Lane f0fedfe82c Allow polymorphic aggregates to have non-polymorphic state data types. 12 years ago
Peter Eisentraut c18cc0034e ecpg: Add additional files to .gitignore 12 years ago
Heikki Linnakangas a4ad9afec2 Update obsolete comments. 12 years ago
Heikki Linnakangas 8fbfbf1472 Fix typos in comment. 12 years ago
Heikki Linnakangas 4fafc4ecd9 Cleanup of new b-tree page deletion code. 12 years ago
Tom Lane d26b042ce5 Fix documentation of FmgrInfo.fn_nargs. 12 years ago
Tom Lane c6a4ace5bf Fix broken logic in logical_heap_rewrite_flush_mappings(). 12 years ago
Bruce Momjian cee850c403 revert 4d0d607a45 12 years ago
Bruce Momjian 19fa6161dd build: add EXTRA_REGRESS_OPTS to all pg_regress invocations 12 years ago
Bruce Momjian 4d0d607a45 release memory used while flushing logical mappings 12 years ago
Bruce Momjian 2985e16031 regression test: fix hot standby tests by using repeatable read 12 years ago
Bruce Momjian 7ec73783d8 copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination 12 years ago
Heikki Linnakangas 4a5d55ec2b Fix bug in the new B-tree incomplete-split code. 12 years ago
Heikki Linnakangas 45e67a2ad7 Fix Gin README. 12 years ago
Heikki Linnakangas 77fe2b6d79 Fix bug in new B-tree page deletion code. 12 years ago
Heikki Linnakangas 7e30c186da Retain original physical order of tuples in redo of b-tree splits. 12 years ago
Heikki Linnakangas 7d98054f0d Fix rm_desc routine of b-tree page delete records. 12 years ago
Heikki Linnakangas 8d34f68628 Avoid transient bogus page contents when creating a sequence. 12 years ago
Robert Haas 602b27ab8e Fix another typo. 12 years ago
Robert Haas fab6170cab Fix typo. 12 years ago
Bruce Momjian 13ecb822e8 libpq: have PQconnectdbParams() and PQpingParams accept "" as default 12 years ago
Magnus Hagander 66b1084e2c Fix typo 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Tom Lane 0156315823 Fix unused-variable warning on Windows. 12 years ago
Bruce Momjian 83defef8c7 report stat() error in trigger file check 12 years ago
Heikki Linnakangas 2a8e1ac598 Set the all-visible flag on heap page before writing WAL record, not after. 12 years ago
Tom Lane 5f86cbd714 Rename EXPLAIN ANALYZE's "total runtime" output to "execution time". 12 years ago
Bruce Momjian 5d305d86bd libpq: use pgsocket for socket values, for portability 12 years ago
Bruce Momjian 8c349ba5c0 psql: update --help output for unaligned mode params 12 years ago
Alvaro Herrera 83ab8e32f2 Fix object identities for text search objects 12 years ago
Tom Lane cbb5e23bfa Update oidjoins regression test for 9.4. 12 years ago