Commit Graph

36415 Commits (14d02f0bb352d70d50106e153aca4af9c4b0b842)
 

Author SHA1 Message Date
Heikki Linnakangas 14d02f0bb3 Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume. 12 years ago
Heikki Linnakangas 0cfa34c25a Rename GinLogicValue to GinTernaryValue. 12 years ago
Andrew Dunstan 7317d8d961 Use separate output dirs for test_decoding's two runs. 12 years ago
Bruce Momjian 9d66116444 psql: display "Replica Identity" only for FULL and NOTHING 12 years ago
Tom Lane 62215de292 Fix dumping of a materialized view that depends on a table's primary key. 12 years ago
Noah Misch 8f5578d0f9 Revert "Secure Unix-domain sockets of "make check" temporary clusters." 12 years ago
Noah Misch 31c6e54ec9 Secure Unix-domain sockets of "make check" temporary clusters. 12 years ago
Noah Misch fbd32b0cab Document platform-specificity of unix_socket_permissions. 12 years ago
Noah Misch 7ed908be41 Force consistent row order in contrib/test_decoding regression test. 12 years ago
Tom Lane 9613a1d98e Improve regression test for pg_filenode_relation(). 12 years ago
Bruce Momjian e1827012ed Adjust getpwuid() fix commit to display errno string on failure 12 years ago
Tom Lane a87c729153 Fix EquivalenceClass processing for nested append relations. 12 years ago
Tom Lane b777be0d48 Un-break peer authentication. 12 years ago
Tom Lane e5a452b3a4 Improve documentation note about Python 2.3 and cdecimal. 12 years ago
Bruce Momjian 5906e10a2a contrib/test_decoding: adjust expected output 12 years ago
Heikki Linnakangas e709ced153 Silence compiler warnings in new jsonb code. 12 years ago
Tom Lane f3cfc23195 Document that Python 2.3 requires cdecimal module for full functionality. 12 years ago
Andrew Dunstan 7e4d1600a6 Fix uninitialized variables in json's populate_record_worker(). 12 years ago
Tom Lane 2d5e0f07de Fix refcounting bug in PLy_modify_tuple(). 12 years ago
Heikki Linnakangas c2a6724823 Pass more than the first XLogRecData entry to rm_desc, with WAL_DEBUG. 12 years ago
Bruce Momjian b69c4e65be psql: update "replica identity" display for \d+ 12 years ago
Bruce Momjian ba08155bd5 pg_upgrade: use pg_usleep(); remove Windows workaround 12 years ago
Andrew Dunstan f9c6d72cbf Cleanup around json_to_record/json_to_recordset 12 years ago
Heikki Linnakangas 28475f8e58 Use pg_usleep() instead of plain sleep(), to fix Windows build 12 years ago
Heikki Linnakangas ce9bb92f8f Add -f/--follow option to pg_xlogdump. 12 years ago
Heikki Linnakangas 86cf41ed27 Fix 'recheck' flag in tsquery's GIN tri-consistent function. 12 years ago
Andrew Dunstan fbc3def862 Tidy up the populate/to_record{set} code for json a bit. 12 years ago
Fujii Masao 49638868f8 Don't forget to flush XLOG_PARAMETER_CHANGE record. 12 years ago
Magnus Hagander 36f7c3a1e0 Fix typos in pg_basebackup documentation 12 years ago
Bruce Momjian 6c5ced1526 doc: list unlogged tables as a non-durable option 12 years ago
Bruce Momjian 5db55c6bbc Remove wchar.c Asserts that were stricter than the main code 12 years ago
Bruce Momjian 0b5c0f3bc7 docs: Add short "cover density" description 12 years ago
Bruce Momjian 1420f3a982 Fix ts_rank_cd() to ignore stripped lexemes 12 years ago
Heikki Linnakangas bb42e21be2 Change ginMergeItemPointers to return a palloc'd array. 12 years ago
Fujii Masao cf5d38f4b9 Fix START_REPLICATION syntax in document. 12 years ago
Heikki Linnakangas 2f3afc0979 Remove dead code and add comments. 12 years ago
Heikki Linnakangas 3ed249b741 Fix "the the" typos. 12 years ago
Andrew Dunstan ab22b149c6 Do jsonb regression test input in the conventional way. 12 years ago
Andrew Dunstan ca07cd59b2 Fix mis-spelling in jsonb docs. 12 years ago
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago
Noah Misch b2b2491b06 Don't test xmin/xmax columns of a postgres_fdw foreign table. 12 years ago
Noah Misch 7cbe57c34d Offer triggers on foreign tables. 12 years ago
Noah Misch 6115480c54 Improve comments about AfterTriggerBeginQuery() query level usage. 12 years ago
Noah Misch c31305de5f Address ccvalid/ccnoinherit in TupleDesc support functions. 12 years ago
Heikki Linnakangas 4c0e97c2d5 Fix thinkos in GinLogicValue enum. 12 years ago
Heikki Linnakangas dea6ed2c98 Fix build with LWLOCK_STATS or dtrace. 12 years ago
Bruce Momjian 1494931d73 Remove MinGW readdir/errno bug workaround fixed on 2003-10-10 12 years ago
Bruce Momjian 6f03927fce Properly check for readdir/closedir() failures 12 years ago
Heikki Linnakangas 68a2e52bba Replace the XLogInsert slots with regular LWLocks. 12 years ago
Tom Lane af930e606a Again fix initialization of auto-tuned effective_cache_size. 12 years ago