Commit Graph

36576 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
Robert Haas 728c06f17f Minor fixes for ALTER TABLE documentation. 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 125ba2945a doc: Fix DocBook table column count declaration 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 4a781f1e6c Fix typo, trance -> tranche, in docs. 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 2362c2bd23 doc: adjust 9970443640 for "null string" 12 years ago
Bruce Momjian 9970443640 doc: improve wording of COPY commit 7ec73783d8 12 years ago
Bruce Momjian 8506a607a3 doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed 12 years ago
Bruce Momjian 26cd1d7d95 docs: add results for JSON operator examples 12 years ago
Bruce Momjian 19fa6161dd build: add EXTRA_REGRESS_OPTS to all pg_regress invocations 12 years ago
Bruce Momjian 72590b3a69 docs: clearify use of pg_database.datistemplate 12 years ago
Bruce Momjian 4d0d607a45 release memory used while flushing logical mappings 12 years ago
Bruce Momjian c27bf777cf doc: improve CREATE RULE event list 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
Peter Eisentraut 80ce90b9c4 doc: Improve "replication slot" index entries 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
Tom Lane 78a3c9b6a5 pg_stat_statements forgot to let previous occupant of hook get control too. 12 years ago
Robert Haas 602b27ab8e Fix another typo. 12 years ago
Robert Haas fab6170cab Fix typo. 12 years ago