index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
sequence.c
Age
Commit message (
Expand
)
Author
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-02-26
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-10-22
Minimize calls of pg_class_aclcheck to minimum necessary
Peter Eisentraut
2014-08-26
Implement IF NOT EXISTS for CREATE SEQUENCE.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-22
Avoid transient bogus page contents when creating a sequence.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-11-21
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-15
Minor comment corrections for sequence hashtable patch.
Tom Lane
2013-11-15
Fix bogus hash table creation.
Heikki Linnakangas
2013-11-15
Use a hash table to store current sequence values.
Heikki Linnakangas
2013-10-07
Make DISCARD SEQUENCES also discard the last used sequence.
Robert Haas
2013-10-03
Fix silly thinko in ResetSequenceCaches.
Robert Haas
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-15
Allow CREATE FOREIGN TABLE to include SERIAL columns.
Tom Lane
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-17
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-17
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-07-25
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-26
Remove dead assignment
Peter Eisentraut
2012-02-05
Fix transient clobbering of shared buffers during WAL replay.
Tom Lane
2012-01-23
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-30
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-08
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
[next]