Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
Heikki Linnakangas a692ee5870 Replace SYSTEMQUOTEs with Windows-specific wrapper functions. 12 years ago
Tom Lane 91e16b9806 Fix yet another corner case in dumping rules/views with USING clauses. 12 years ago
Tom Lane 3f8c8e3c61 Fix failure to detoast fields in composite elements of structured types. 12 years ago
Tom Lane 203b0d132f Improve error messages in reorderbuffer.c. 12 years ago
Robert Haas 5ec45bb7fa Consistently allow reading of messages from a detached shm_mq. 12 years ago
Tom Lane 2d00190495 Rationalize common/relpath.[hc]. 12 years ago
Tom Lane 0bff398761 Check for interrupts and stack overflow during rule/view dumps. 12 years ago
Tom Lane 41de93c53a Reduce indentation/parenthesization of set operations in rule/view dumps. 12 years ago
Tom Lane 0601cb54da Limit overall indentation in rule/view dumps. 12 years ago
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