summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-22Typo fix. "CVS" is not the same thing as "CSV".Robert Haas
2010-09-21Some more cleanup of CVS keyword noise.Tom Lane
2010-09-21The port/pg_latch.c symlink ought to be removed by make distclean.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-19Update HOT README about when single-page vacuums happen.Bruce Momjian
2010-09-19Replace last remaining $Id$ with $PostgreSQL$.Tom Lane
2010-09-18Make sure we wait for protocol-level EOF when ending binary COPY IN.Tom Lane
2010-09-18Give a suitable HINT when an INSERT's data source is a RowExpr containingTom Lane
2010-09-17Remove duplicated code left behind by my recent refactoring of comment.cRobert Haas
2010-09-17Add some documentation about how we WAL-log filesystem actions.Tom Lane
2010-09-16Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander
2010-09-15Fix two typos in comments, spotted by Fujii Masao and Thom BrownHeikki Linnakangas
2010-09-15Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas
2010-09-15Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas
2010-09-15Don't call OwnLatch while holding a spinlock. OwnLatch can elog() underHeikki Linnakangas
2010-09-14Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane
2010-09-14Oops, the timeout argument to WaitLatchOrSocket is in microseconds, notHeikki Linnakangas
2010-09-13Add a comment noting that the owner_pid test in OwnLatch is just a sanityHeikki Linnakangas
2010-09-13Process options from the startup packed in walsender. Only few optionsHeikki Linnakangas
2010-09-11SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway
2010-09-11Add missing #includes, needed on some platforms. This should makeHeikki Linnakangas
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-09-05GROUP BY can only infer functional dependency from non-deferrable primary keys.Tom Lane
2010-09-04Pad the ps_status display with nulls, not blanks, on Darwin.Tom Lane
2010-09-03Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane
2010-09-03In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane
2010-09-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-09-02Fix typo. Pointed out by Kevin Grittner.Robert Haas
2010-08-30Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao.Tom Lane
2010-08-30Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane
2010-08-30Fix misleading DEBUG2 issued during RemoveOldXlogFiles()Simon Riggs
2010-08-30Truncate subtrans after each restartpoint.Simon Riggs
2010-08-30Teach GetOldestXmin() about KnownAssignedXids during recovery.Simon Riggs
2010-08-30Fix typo in comment.Heikki Linnakangas
2010-08-29Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane
2010-08-27Insert additional compiler placation into objectaddress.c.Robert Haas
2010-08-27Small refactoring of makeVar() from a TargetEntryPeter Eisentraut
2010-08-27Rewrite comment code for better modularity, and add necessary locking.Robert Haas
2010-08-26Document the existence of the socket lock file under unix_socket_directory,Tom Lane
2010-08-26Improve wording for privilege description on certain failure messages; theAlvaro Herrera
2010-08-26Remove duplicate translatable phraseAlvaro Herrera
2010-08-26Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane
2010-08-25Improve hint message for ENOMEM failure from shmget().Tom Lane
2010-08-24Make EXPLAIN show the function call expression of a FunctionScan plan node,Tom Lane
2010-08-24Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro
2010-08-23Marginal code cleanup for streaming replication.Tom Lane
2010-08-21Use a non-locale-dependent definition of isspace() in array_in/array_out.Tom Lane
2010-08-21Add vacuum and analyze counters to pg_stat_*_tables views.Magnus Hagander
2010-08-20Add missing processing of OptTemp in CREATE IF NOT EXISTS variantTom Lane