2012-12-03 |
Simon Riggs | Refactor inCommit flag into generic delayChkpt flag. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Simon Riggs | Clarify locking for PageGetLSN() in XLogCheckBuffer() |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Simon Riggs | Clarify when to use PageSetLSN/PageGetLSN(). |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Heikki Linnakangas | Refactor the code implementing standby-mode logic. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Andrew Dunstan | Add mode where contrib installcheck runs each module... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Tom Lane | Update time zone data files to tzdata release 2012j. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Tom Lane | Recommend triggers, not rules, in the CREATE VIEW refer... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Simon Riggs | Reduce scope of changes for COPY FREEZE. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Tom Lane | Don't advance checkPoint.nextXid near the end of a... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Simon Riggs | Rearrange storage of data in xl_running_xacts. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Simon Riggs | XidEpoch++ if wraparound during checkpoint. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Simon Riggs | Clarify operation of online checkpoints. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Tatsuo Ishii | Fix psql crash while parsing SQL file whose encoding... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Tom Lane | Prevent passing gmake's environment variables down... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Tom Lane | Make sure sharedir/extension/ directory is created... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Tom Lane | Allow adding values to an enum type created in the... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Bruce Momjian | In pg_upgrade, remove 'set -x' from test script. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Bruce Momjian | Revert: |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Bruce Momjian | Remove pg_restore's --single-transaction option, as... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Simon Riggs | Second tweak of COPY FREEZE |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Simon Riggs | Tweak tests in COPY FREEZE |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Simon Riggs | COPY FREEZE and mark committed on fresh tables. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Peter Eisentraut | doc: Fix broken links to DocBook wiki |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Bruce Momjian | In pg_upgrade, improve status wording now that we have... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Alvaro Herrera | Change test ExceptionalCondition to return void |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Tom Lane | Take buffer lock while inspecting btree index pages... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Bruce Momjian | Split initdb.c main() code into multiple functions... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Bruce Momjian | In pg_upgrade, dump each database separately and use |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Bruce Momjian | Move long_options structures to the top of main() funct... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Tom Lane | Add missing buffer lock acquisition in GetTupleForTrigg... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Andrew Dunstan | Clean environment for pg_upgrade test. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Magnus Hagander | Add libpq function PQconninfo() |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Tom Lane | Produce a more useful error message for over-length... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Simon Riggs | Correctly init fast path fields on PGPROC |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Simon Riggs | Cleanup VirtualXact at end of Hot Standby. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Robert Haas | Basic binary heap implementation. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Michael Meskes | When processing nested structure pointer variables... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Tom Lane | Suppress parallel build in interfaces/ecpg/preproc/. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Tom Lane | Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Alvaro Herrera | Split out rmgr rm_desc functions into their own files |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Heikki Linnakangas | If we don't have a backup-end-location, don't claim... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Tom Lane | Add explicit casts in ilist.h's inline functions. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Heikki Linnakangas | Add OpenTransientFile, with automatic cleanup at end... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Tom Lane | Revert patch for taking fewer snapshots. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Tom Lane | Fix SELECT DISTINCT with index-optimized MIN/MAX on... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Bruce Momjian | In pg_upgrade, simplify function copy_file() by using... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Bruce Momjian | In pg_upgrade, fix a few place that used maloc/free... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Peter Eisentraut | Remove -Wlogical-op from standard compiler flags |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Michael Meskes | Applied patch by Chen Huajun <chenhj@cn.fujitsu.com... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Tom Lane | Fix pg_resetxlog to use correct path to postmaster... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Heikki Linnakangas | Avoid bogus "out-of-sequence timeline ID" errors in... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Tom Lane | Don't launch new child processes after we've been told... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Heikki Linnakangas | Speed up operations on numeric, mostly by avoiding... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Bruce Momjian | In pg_upgrade, report errno string if file existence... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Tom Lane | Improve handling of INT_MIN / -1 and related cases. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Heikki Linnakangas | Fix archive_cleanup_command. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Tom Lane | Limit values of archive_timeout, post_auth_delay, auth_... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Tom Lane | Fix syslogger to not fail when log_rotation_age exceeds... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Tom Lane | Assert that WaitLatch's timeout is not more than INT_MA... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Peter Eisentraut | doc: Put pg_temp into documentation index |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Peter Eisentraut | Add -Wlogical-op to standard compiler flags, if supported |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Tom Lane | Improve check_partial_indexes() to consider join clause... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Peter Eisentraut | doc: Put commas in the right place on pg_restore refere... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Bruce Momjian | In pg_upgrade, add third meaningless parameter to open(). |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Bruce Momjian | In pg_upgrade, copy fsm, vm, and extent files by checki... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Tom Lane | Fix the int8 and int2 cases of (minimum possible intege... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Bruce Momjian | Mark pg_upgrade's free_db_and_rel_infos() as a static... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Bruce Momjian | Adjust find_status for newer Linux 'nm' output format. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Tom Lane | Fix memory leaks in record_out() and record_send(). |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Simon Riggs | Skip searching for subxact locks at commit. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Simon Riggs | Clarify docs on hot standby lock release |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Peter Eisentraut | doc: Add link to CREATE TABLE AS on CREATE TABLE refere... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Tom Lane | Fix multiple problems in WAL replay. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Peter Eisentraut | Use a stamp file for the XSLT HTML doc build |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Heikki Linnakangas | Oops, have to rename local variables called 'errcontext... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Heikki Linnakangas | Use correct text domain for translating errcontext... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Heikki Linnakangas | Silence "expression result unused" warnings in AssertVa... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Peter Eisentraut | doc: "only relevant" -> "relevant only" |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Tom Lane | Check for stack overflow in transformSetOperationTree(). |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Alvaro Herrera | Remove leftover LWLockRelease() call |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Peter Eisentraut | XSLT stylesheet: Add slash to directory name |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Tom Lane | Fix WaitLatch() to return promptly when the requested... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Tom Lane | Rename ResolveNew() to ReplaceVarsFromTargetList()... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Tom Lane | Don't trash input list structure in does_not_exist_skip... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Heikki Linnakangas | Teach pg_basebackup and pg_receivexlog to reply to... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Tom Lane | Fix missing inclusions. |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Bruce Momjian | Add URLs to document why DLLIMPORT is needed on Windows. |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Alvaro Herrera | Don't try to use a unopened relation |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Bruce Momjian | In pg_upgrade docs, mention using base backup as part... |
commit | commitdiff | tree | snapshot |
2012-11-07 |
Heikki Linnakangas | Make the streaming replication protocol messages archit... |
commit | commitdiff | tree | snapshot |
2012-11-06 |
Bruce Momjian | In pg_upgrade, set synchronous_commit=off for the new... |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Tom Lane | Fix handling of inherited check constraints in ALTER... |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Tom Lane | Fix bogus handling of $(X) (i.e., ".exe") in isolationt... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Tom Lane | Limit the number of rel sets considered in consider_ind... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Peter Eisentraut | Have make never delete intermediate files automatically |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Alvaro Herrera | Fix erroneous choice of timeline variable, too |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Tom Lane | Document that TCP keepalive settings read as 0 on Unix... |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Alvaro Herrera | Fix erroneous choices of segNo variables |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Alvaro Herrera | Fix ALTER EXTENSION / SET SCHEMA |
commit | commitdiff | tree | snapshot |
next |