summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-11Avoid PG_TRY/PG_CATCH overhead if stringinfo is already large enough.copy_hackRobert Haas
2013-04-11Copy hack!Robert Haas
2013-04-11Remove quotes around SQL statement in error messageAlvaro Herrera
2013-04-11Fix confusion between ObjectType and ObjectClassAlvaro Herrera
2013-04-11doc: Update DTrace informationPeter Eisentraut
2013-04-10Update the description for the graphical installersMagnus Hagander
2013-04-10Fix SIGUSR1 handling by unconnected bgworkersAlvaro Herrera
2013-04-10Fix SIGHUP handling by unconnected bgworkersAlvaro Herrera
2013-04-10Make contrib/pg_trgm also support regex searches with GiST indexes.Tom Lane
2013-04-10Make worker_spi sample code more completeAlvaro Herrera
2013-04-10Fix hstore_to_json_loose example in docs.Andrew Dunstan
2013-04-10Remove duplicate initialization in XLogReadRecord.Robert Haas
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-04-09Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.Robert Haas
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane
2013-04-08Minor rewording of README commentsSimon Riggs
2013-04-08Fix calculation of how many segments to retain for wal_keep_segments.Heikki Linnakangas
2013-04-08Skip extraneous locking in XLogCheckBuffer().Simon Riggs
2013-04-08Avoid tricky race condition recording XLOG_HINTSimon Riggs
2013-04-08README comments on checksums on page holes.Simon Riggs
2013-04-07Tune BufferGetLSNAtomic() when checksums !enabledSimon Riggs
2013-04-07Fix checksums for CLUSTER, VACUUM FULL etc.Simon Riggs
2013-04-07Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.Tom Lane
2013-04-07In isolationtester, retry after EINTR return from select(2).Tom Lane
2013-04-05sepgsql: Enforce db_schema:search permission.Robert Haas
2013-04-05Improve documentation about the relationship of extensions and schemas.Tom Lane
2013-04-05doc: Fix number of columns in tablePeter Eisentraut
2013-04-05Fix line count in slashUsage().Tom Lane
2013-04-04Add \watch [SEC] command to psql.Tom Lane
2013-04-04Fix off by one error in JSON extract path code.Andrew Dunstan
2013-04-04psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian
2013-04-04Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas
2013-04-04Fix a few thinkos in the JSON functions docs.Andrew Dunstan
2013-04-04Calculate # of semaphores correctly with --disable-spinlocks.Heikki Linnakangas
2013-04-03Avoid updating our PgBackendStatus entry when track_activities is off.Tom Lane
2013-04-03Fix typo in FDW docs.Tom Lane
2013-04-03Minor robustness improvements for isolationtester.Tom Lane
2013-04-01Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.Tom Lane
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-04-01Revert "ecpg: Don't link compatlib with libpq"Peter Eisentraut
2013-03-31Update release notes for changes through today.Tom Lane
2013-03-31Ignore extra subquery outputs in set_subquery_size_estimates().Tom Lane
2013-03-31Add pkg-config files for libpq and ecpg librariesPeter Eisentraut
2013-03-31ecpg: Don't link compatlib with libpqPeter Eisentraut
2013-03-31pg_upgrade: don't copy/link files for invalid indexesBruce Momjian
2013-03-30Improve code documentation about "magnetic disk" storage manager.Tom Lane
2013-03-30Avoid moving data directory in upgrade testing.Andrew Dunstan
2013-03-30Remove tab from SGML file.Bruce Momjian
2013-03-30ecpg: Parallel make fixPeter Eisentraut