aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Prevent (auto)vacuum from truncating first page of populated matview.Kevin Grittner2013-05-02
* Use correct length to convert json unicode escapes.Andrew Dunstan2013-05-01
* Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane2013-05-01
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Ensure we MarkBufferDirty before visibilitymap_set()Simon Riggs2013-04-30
* Compiler optimizations for page checksum code.Simon Riggs2013-04-30
* Postpone creation of pathkeys lists to fix bug #8049.Tom Lane2013-04-29
* Ensure ANALYZE phase is not skipped because of canceled truncate.Kevin Grittner2013-04-29
* Introduce new page checksum algorithm and module.Simon Riggs2013-04-29
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28
* Fix unsafe event-trigger coding in ProcessUtility().Tom Lane2013-04-27
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Improve message about failed transaction log archivingPeter Eisentraut2013-04-26
* Fix collation assignment for aggregates with ORDER BY.Tom Lane2013-04-26
* Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.Tom Lane2013-04-25
* Fix typo in comment.Heikki Linnakangas2013-04-25
* Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.Kevin Grittner2013-04-24
* Make fast promotion the default promotion mode.Simon Riggs2013-04-24
* Fix longstanding race condition in plancache.c.Tom Lane2013-04-20
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Improve error message when an FDW doesn't support WHERE CURRENT OF.Tom Lane2013-04-19
* Standardize spelling of "nonblocking"Peter Eisentraut2013-04-18
* Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas2013-04-16
* Fix function return type confusionPeter Eisentraut2013-04-15
* Correct handling of NULL arguments in json funcs.Andrew Dunstan2013-04-15
* Add serial commaPeter Eisentraut2013-04-14
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* sepgsql: Enforce db_procedure:{execute} permission.Robert Haas2013-04-12
* Minor wording corrections for object-access hook stuff.Robert Haas2013-04-12
* Remove quotes around SQL statement in error messageAlvaro Herrera2013-04-11
* Fix confusion between ObjectType and ObjectClassAlvaro Herrera2013-04-11
* Fix SIGUSR1 handling by unconnected bgworkersAlvaro Herrera2013-04-10
* Fix SIGHUP handling by unconnected bgworkersAlvaro Herrera2013-04-10
* Remove duplicate initialization in XLogReadRecord.Robert Haas2013-04-09
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-09
* Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas2013-04-09
* Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane2013-04-09
* Minor rewording of README commentsSimon Riggs2013-04-08
* Fix calculation of how many segments to retain for wal_keep_segments.Heikki Linnakangas2013-04-08
* Skip extraneous locking in XLogCheckBuffer().Simon Riggs2013-04-08
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-08
* README comments on checksums on page holes.Simon Riggs2013-04-08
* Tune BufferGetLSNAtomic() when checksums !enabledSimon Riggs2013-04-07
* Fix checksums for CLUSTER, VACUUM FULL etc.Simon Riggs2013-04-07
* sepgsql: Enforce db_schema:search permission.Robert Haas2013-04-05
* Fix off by one error in JSON extract path code.Andrew Dunstan2013-04-04
* Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas2013-04-04
* Calculate # of semaphores correctly with --disable-spinlocks.Heikki Linnakangas2013-04-04
* Avoid updating our PgBackendStatus entry when track_activities is off.Tom Lane2013-04-03
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01