summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-01-05Cache catalog lookup data across groups in ordered-set aggregates.Tom Lane
2014-01-04Fix header comment for bitncmp().Tom Lane
2014-01-03Restore some comments lost during 15732b34e8c8Alvaro Herrera
2014-01-03Ooops, should use double not single quotes in StaticAssertStmt().Tom Lane
2014-01-03Fix calculation of maximum statistics-message size.Tom Lane
2014-01-02Handle 5-char filenames in SlruScanDirectoryAlvaro Herrera
2014-01-02Wrap multixact/members correctly during extensionAlvaro Herrera
2014-01-02Handle wraparound during truncation in multixact/membersAlvaro Herrera
2014-01-02Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas
2014-01-02Rename walLogHints to wal_log_hints for easier grepping.Robert Haas
2013-12-30Fix broken support for event triggers as extension members.Tom Lane
2013-12-30Remove dead code now that orindxpath.c is history.Tom Lane
2013-12-30Extract restriction OR clauses whether or not they are indexable.Tom Lane
2013-12-29Update grammarPeter Eisentraut
2013-12-27Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan
2013-12-27Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner
2013-12-24Fix inadequately-tested code path in tuplesort_skiptuples().Tom Lane
2013-12-24Fix ANALYZE failure on a column that's a domain over a range.Tom Lane
2013-12-24Revise documentation for new freezing method.Robert Haas
2013-12-24Fix portability issue in ordered-set patch.Tom Lane
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-20Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao
2013-12-20Avoid useless palloc during transaction commitAlvaro Herrera
2013-12-19Move pg_upgrade_support global variables to their own include fileBruce Momjian
2013-12-19Optimize updating a row that's locked by same xidAlvaro Herrera
2013-12-18Allow on-detach callbacks for dynamic shared memory segments.Robert Haas
2013-12-18Fix incorrect error message reported for non-existent usersBruce Momjian
2013-12-18Don't ignore tuple locks propagated by our updatesAlvaro Herrera
2013-12-18Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii
2013-12-17Comment: COPY comment improvementBruce Momjian
2013-12-16Rework tuple freezing protocolAlvaro Herrera
2013-12-16Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas
2013-12-15Allow empty target list in SELECT.Tom Lane
2013-12-14Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane
2013-12-13Fix typoAlvaro Herrera
2013-12-13Rework MultiXactId cache codeAlvaro Herrera
2013-12-13Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-12-13Don't let timeout interrupts happen unless ImmediateInterruptOK is set.Tom Lane
2013-12-13Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas
2013-12-13Fix WAL-logging of setting the visibility map bit.Heikki Linnakangas
2013-12-12Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane
2013-12-12Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane
2013-12-12New autovacuum_work_mem parameterSimon Riggs
2013-12-12Allow time delayed standbys and recoverySimon Riggs
2013-12-12Remove bogus executable permissions on xlog.c.Tom Lane
2013-12-11Under wal_level=logical, when saving old tuples, always save OID.Robert Haas
2013-12-11Add a new reloption, user_catalog_table.Robert Haas
2013-12-11Add new wal_level, logical, sufficient for logical decoding.Robert Haas